#CDD2FF

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

Shades of Lavender Blue #CDD2FF

Tints of Lavender Blue #CDD2FF

Color information

#CDD2FF (or 0xCDD2FF) is unknown color: approx Lavender Blue. HEX triplet: CD, D2 and FF. RGB value is (205,210,255). Sum of RGB (Red+Green+Blue) = 205+210+255=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDD2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD2FF is #322D00. Grayscale: #D5D5D5. Windows color (decimal): -3288321 or 16765645. OLE color: 16765645.

HSL color Cylindrical-coordinate representation of color #CDD2FF: hue angle of 234º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDD2FF is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205210255-
CMYK0.200.1800
HSL234º100%90.2%-
HSV(B)234º19.61%100%-
XYZ66.2766.29103.91-
YUV213.64151.34121.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.60%
GREEN value IS 210 (82.42% from 255) = 31.34%
BLUE value IS 255 (100% from 255) = 38.06%
R=30.60%
G=31.34%
B=38.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052102550.200.180023410090.2
HexCDD2FF141200ea645a
Octal315322377242200352144132
Binary1100110111010010111111111010010010001110101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2FF; }

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

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

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

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

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

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

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

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