#CDD2FC

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

Shades of Lavender Blue #CDD2FC

Tints of Lavender Blue #CDD2FC

Color information

#CDD2FC (or 0xCDD2FC) is unknown color: approx Lavender Blue. HEX triplet: CD, D2 and FC. RGB value is (205,210,252). Sum of RGB (Red+Green+Blue) = 205+210+252=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDD2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD2FC is #322D03. Grayscale: #D5D5D5. Windows color (decimal): -3288324 or 16569037. OLE color: 16569037.

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

Color convert

RGB205210252-
CMYK0.190.1700.01
HSL233.62º88.68%89.61%-
HSV(B)233.62º18.65%98.82%-
XYZ65.7966.1101.39-
YUV213.29149.84122.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.73%
GREEN value IS 210 (82.42% from 255) = 31.48%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=30.73%
G=31.48%
B=37.78%

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
Decimal2052102520.190.1700.01233.6288.6889.61
HexCDD2FC131101ea595a
Octal315322374232101352131132
Binary1100110111010010111111001001110001011110101010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2FC; }

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

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

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

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

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

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

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

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