#CED2FD

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

Shades of Lavender Blue #CED2FD

Tints of Lavender Blue #CED2FD

Color information

#CED2FD (or 0xCED2FD) is unknown color: approx Lavender Blue. HEX triplet: CE, D2 and FD. RGB value is (206,210,253). Sum of RGB (Red+Green+Blue) = 206+210+253=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #CED2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2FD is #312D02. Grayscale: #D5D5D5. Windows color (decimal): -3222787 or 16634574. OLE color: 16634574.

HSL color Cylindrical-coordinate representation of color #CED2FD: hue angle of 234.89º 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 #CED2FD is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206210253-
CMYK0.190.1700.01
HSL234.89º92.16%90%-
HSV(B)234.89º18.58%99.22%-
XYZ66.2366.31102.24-
YUV213.71150.17122.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.79%
GREEN value IS 210 (82.42% from 255) = 31.39%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=30.79%
G=31.39%
B=37.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062102530.190.1700.01234.8992.1690
HexCED2FD131101eb5c5a
Octal316322375232101353134132
Binary1100111011010010111111011001110001011110101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED2FD; }

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

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

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

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

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

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

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

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