#CED4FE

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

Shades of Lavender Blue #CED4FE

Tints of Lavender Blue #CED4FE

Color information

#CED4FE (or 0xCED4FE) is unknown color: approx Lavender Blue. HEX triplet: CE, D4 and FE. RGB value is (206,212,254). Sum of RGB (Red+Green+Blue) = 206+212+254=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 212 (83.20% from 255 or 31.55% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #CED4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4FE is #312B01. Grayscale: #D6D6D6. Windows color (decimal): -3222274 or 16700622. OLE color: 16700622.

HSL color Cylindrical-coordinate representation of color #CED4FE: hue angle of 232.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CED4FE is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB206212254-
CMYK0.190.1700.00
HSL232.5º96%90.2%-
HSV(B)232.5º18.9%99.61%-
XYZ66.8967.36103.24-
YUV214.99150.01121.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.65%
GREEN value IS 212 (83.20% from 255) = 31.55%
BLUE value IS 254 (99.61% from 255) = 37.80%
R=30.65%
G=31.55%
B=37.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062122540.190.1700.00232.59690.2
HexCED4FE131100e8605a
Octal316324376232100350140132
Binary1100111011010100111111101001110001001110100011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED4FE; }

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

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

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

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

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

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

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

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