#CDD2FB

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

Shades of Lavender Blue #CDD2FB

Tints of Lavender Blue #CDD2FB

Color information

#CDD2FB (or 0xCDD2FB) is unknown color: approx Lavender Blue. HEX triplet: CD, D2 and FB. RGB value is (205,210,251). Sum of RGB (Red+Green+Blue) = 205+210+251=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDD2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD2FB is #322D04. Grayscale: #D5D5D5. Windows color (decimal): -3288325 or 16503501. OLE color: 16503501.

HSL color Cylindrical-coordinate representation of color #CDD2FB: hue angle of 233.48º degrees, saturation: 0.85, 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 #CDD2FB is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205210251-
CMYK0.180.1600.02
HSL233.48º85.19%89.41%-
HSV(B)233.48º18.33%98.43%-
XYZ65.6466.04100.55-
YUV213.18149.34122.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.78%
GREEN value IS 210 (82.42% from 255) = 31.53%
BLUE value IS 251 (98.44% from 255) = 37.69%
R=30.78%
G=31.53%
B=37.69%

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
Decimal2052102510.180.1600.02233.4885.1989.41
HexCDD2FB121002e95559
Octal315322373222002351125131
Binary11001101110100101111101110010100000101110100110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2FB; }

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

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

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

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

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

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

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

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