#CDD1FC

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

Shades of Lavender Blue #CDD1FC

Tints of Lavender Blue #CDD1FC

Color information

#CDD1FC (or 0xCDD1FC) is unknown color: approx Lavender Blue. HEX triplet: CD, D1 and FC. RGB value is (205,209,252). Sum of RGB (Red+Green+Blue) = 205+209+252=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 209 (82.03% from 255 or 31.38% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDD1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1FC is #322E03. Grayscale: #D4D4D4. Windows color (decimal): -3288580 or 16568781. OLE color: 16568781.

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

Color convert

RGB205209252-
CMYK0.190.1700.01
HSL234.89º88.68%89.61%-
HSV(B)234.89º18.65%98.82%-
XYZ65.5565.61101.3-
YUV212.71150.17122.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.78%
GREEN value IS 209 (82.03% from 255) = 31.38%
BLUE value IS 252 (98.83% from 255) = 37.84%
R=30.78%
G=31.38%
B=37.84%

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
Decimal2052092520.190.1700.01234.8988.6889.61
HexCDD1FC131101eb595a
Octal315321374232101353131132
Binary1100110111010001111111001001110001011110101110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD1FC; }

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

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

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

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

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

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

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

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