Color Hex Logo

#ced3ff Color Hex

#CED3FF
(206,211,255)
8 Favorites   1 Comments

Color spaces of #ced3ff

RGB 206211255
HSL0.651.000.90
HSV234°19°100°
CMYK 0.190.170.00   0.00
XYZ66.797966.9303104.0060
Yxy66.93030.28100.2815
Hunter Lab81.81092.5745-18.1075
CIE-Lab85.46877.1754-22.0221

#ced3ff color RGB value is (206,211,255).

#ced3ff hex color red value is 206, green value is 211 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ced3ff hue: 0.65 , saturation: 1.00 and the lightness value of ced3ff is 0.90.

The process color (four color CMYK) of #ced3ff color hex is 0.19, 0.17, 0.00, 0.00. Web safe color of #ced3ff is #ccccff. Color #ced3ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010011 11111111
Octal 316 323 377
Decimal 206 211 255
Hex CE D3 FF

RGB Percentages of Color #ced3ff

%30.65
%31.40
%37.95

CMYK Percentages of Color #ced3ff

%19
%17
%0
%0

Triadic Colors of #ced3ff

#ced3ff #ffced3 #d3ffce

Analogous Colors of #ced3ff

#ced3ff #e2ceff #ceecff

Monochromatic Colors of #ced3ff

#ced3ff

Complementary Color

#ced3ff #ffface

#ced3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced3ff Color CSS Codes

.mybgcolor {background-color:#ced3ff; } 
.myforecolor {color:#ced3ff; }
.mybordercolor {border:3px solid #ced3ff; }

#ced3ff Text Font Color

<p style="color:#ced3ff">Text here</p>

This sample text font color is #ced3ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ced3ff Background Color

<div style="background-color:#ced3ff">
Div content here</div>

This div background color is #ced3ff


#ced3ff Border Color

<div style="border:3px solid #ced3ff">
Div here</div>

This div border color is #ced3ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,211,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ced3ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ced3ff;
  -webkit-box-shadow: 1px 1px 3px 2px #ced3ff;
  box-shadow:         1px 1px 3px 2px #ced3ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,211,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ced3ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ced3ff;
  -webkit-box-shadow: 1px 1px 3px 2px #ced3ff;
  box-shadow:         1px 1px 3px 2px #ced3ff;">
Div content here</div>

This div box has shadow with color #ced3ff

Related Colors

#ced3ff Color Palettes


Comments

7 Oct 2015, 16:33 ErulasseAranel

Love this one... a nice soft periwinkle-blue.

Please login to write comment.