#CED4FD

Color #CED4FD Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #CED4FD

Tints of Lavender Blue #CED4FD

Color information

#CED4FD (or 0xCED4FD) is unknown color: approx Lavender Blue. HEX triplet: CE, D4 and FD. RGB value is (206,212,253). Sum of RGB (Red+Green+Blue) = 206+212+253=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #CED4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4FD is #312B02. Grayscale: #D6D6D6. Windows color (decimal): -3222275 or 16635086. OLE color: 16635086.

HSL color Cylindrical-coordinate representation of color #CED4FD: hue angle of 232.34º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CED4FD is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206212253-
CMYK0.190.1600.01
HSL232.34º92.16%90%-
HSV(B)232.34º18.58%99.22%-
XYZ66.7367.3102.4-
YUV214.88149.51121.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 30.70%
GREEN value IS 212 (83.20% from 255) = 31.59%
BLUE value IS 253 (99.22% from 255) = 37.70%
R=30.70%
G=31.59%
B=37.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062122530.190.1600.01232.3492.1690
HexCED4FD131001e85c5a
Octal316324375232001350134132
Binary1100111011010100111111011001110000011110100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED4FD; }

 p { color: rgb(206,212,253); }

 H1.HeaderClassName
 {
   color: #CED4FD;
 }
 .AnyTagClassName
 {
   color: #CED4FD;
 }
</style>
background-color css

<style>
 a { background-color: #CED4FD; }

 a { background-color: rgb(206,212,253); }

 div.DivClassName
 {
   background-color: #CED4FD;
 }
 .BgClassName
 {
   background-color: #CED4FD;
 }
</style>
border-color css

<style>
 span { border-color: #CED4FD; }

 span { border-color: rgb(206,212,253); }

 td.TdClassName
 {
   border-color: #CED4FD;
 }
 .TagClassName
 {
   border-color: #CED4FD;
 }
</style>