#CDD2FD

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

Shades of Lavender Blue #CDD2FD

Tints of Lavender Blue #CDD2FD

Color information

#CDD2FD (or 0xCDD2FD) is unknown color: approx Lavender Blue. HEX triplet: CD, D2 and FD. RGB value is (205,210,253). Sum of RGB (Red+Green+Blue) = 205+210+253=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDD2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD2FD is #322D02. Grayscale: #D5D5D5. Windows color (decimal): -3288323 or 16634573. OLE color: 16634573.

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

Color convert

RGB205210253-
CMYK0.190.1700.01
HSL233.75º92.31%89.8%-
HSV(B)233.75º18.97%99.22%-
XYZ65.9566.16102.22-
YUV213.41150.34122-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.69%
GREEN value IS 210 (82.42% from 255) = 31.44%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=30.69%
G=31.44%
B=37.87%

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
Decimal2052102530.190.1700.01233.7592.3189.8
HexCDD2FD131101ea5c5a
Octal315322375232101352134132
Binary1100110111010010111111011001110001011110101010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2FD; }

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

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

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

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

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

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

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

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