#CDD2F5

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

Shades of Lavender Blue #CDD2F5

Tints of Lavender Blue #CDD2F5

Color information

#CDD2F5 (or 0xCDD2F5) is unknown color: approx Lavender Blue. HEX triplet: CD, D2 and F5. RGB value is (205,210,245). Sum of RGB (Red+Green+Blue) = 205+210+245=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 245 (96.09% from 255 or 37.12% from 660); Max value from RGB is 245 - color contains mainly: blue. Hex color #CDD2F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD2F5 is #322D0A. Grayscale: #D4D4D4. Windows color (decimal): -3288331 or 16110285. OLE color: 16110285.

HSL color Cylindrical-coordinate representation of color #CDD2F5: hue angle of 232.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDD2F5 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205210245-
CMYK0.160.1400.04
HSL232.5º66.67%88.24%-
HSV(B)232.5º16.33%96.08%-
XYZ64.765.6695.65-
YUV212.5146.34122.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.06%
GREEN value IS 210 (82.42% from 255) = 31.82%
BLUE value IS 245 (96.09% from 255) = 37.12%
R=31.06%
G=31.82%
B=37.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052102450.160.1400.04232.566.6788.24
HexCDD2F510E04e84358
Octal315322365201604350103130
Binary11001101110100101111010110000111001001110100010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2F5; }

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

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

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

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

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

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

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

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