#CED4FC

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

Shades of Lavender Blue #CED4FC

Tints of Lavender Blue #CED4FC

Color information

#CED4FC (or 0xCED4FC) is unknown color: approx Lavender Blue. HEX triplet: CE, D4 and FC. RGB value is (206,212,252). Sum of RGB (Red+Green+Blue) = 206+212+252=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #CED4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4FC is #312B03. Grayscale: #D6D6D6. Windows color (decimal): -3222276 or 16569550. OLE color: 16569550.

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

Color convert

RGB206212252-
CMYK0.180.1600.01
HSL232.17º88.46%89.8%-
HSV(B)232.17º18.25%98.82%-
XYZ66.5767.24101.57-
YUV214.77149.01121.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.75%
GREEN value IS 212 (83.20% from 255) = 31.64%
BLUE value IS 252 (98.83% from 255) = 37.61%
R=30.75%
G=31.64%
B=37.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062122520.180.1600.01232.1788.4689.8
HexCED4FC121001e8585a
Octal316324374222001350130132
Binary1100111011010100111111001001010000011110100010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED4FC; }

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

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

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

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

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

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

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

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