#CDD2F9

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

Shades of Lavender Blue #CDD2F9

Tints of Lavender Blue #CDD2F9

Color information

#CDD2F9 (or 0xCDD2F9) is unknown color: approx Lavender Blue. HEX triplet: CD, D2 and F9. RGB value is (205,210,249). Sum of RGB (Red+Green+Blue) = 205+210+249=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDD2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD2F9 is #322D06. Grayscale: #D4D4D4. Windows color (decimal): -3288327 or 16372429. OLE color: 16372429.

HSL color Cylindrical-coordinate representation of color #CDD2F9: hue angle of 233.18º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDD2F9 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205210249-
CMYK0.180.1600.02
HSL233.18º78.57%89.02%-
HSV(B)233.18º17.67%97.65%-
XYZ65.3265.9198.9-
YUV212.95148.34122.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.87%
GREEN value IS 210 (82.42% from 255) = 31.63%
BLUE value IS 249 (97.66% from 255) = 37.5%
R=30.87%
G=31.63%
B=37.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052102490.180.1600.02233.1878.5789.02
HexCDD2F9121002e94f59
Octal315322371222002351117131
Binary11001101110100101111100110010100000101110100110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2F9; }

 p { color: rgb(205,210,249); }

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

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

 a { background-color: rgb(205,210,249); }

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

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

 span { border-color: rgb(205,210,249); }

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