#CDD0FC

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

Shades of Lavender Blue #CDD0FC

Tints of Lavender Blue #CDD0FC

Color information

#CDD0FC (or 0xCDD0FC) is unknown color: approx Lavender Blue. HEX triplet: CD, D0 and FC. RGB value is (205,208,252). Sum of RGB (Red+Green+Blue) = 205+208+252=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDD0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD0FC is #322F03. Grayscale: #D3D3D3. Windows color (decimal): -3288836 or 16568525. OLE color: 16568525.

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

Color convert

RGB205208252-
CMYK0.190.1700.01
HSL236.17º88.68%89.61%-
HSV(B)236.17º18.65%98.82%-
XYZ65.365.12101.22-
YUV212.12150.51122.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.83%
GREEN value IS 208 (81.64% from 255) = 31.28%
BLUE value IS 252 (98.83% from 255) = 37.89%
R=30.83%
G=31.28%
B=37.89%

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
Decimal2052082520.190.1700.01236.1788.6889.61
HexCDD0FC131101ec595a
Octal315320374232101354131132
Binary1100110111010000111111001001110001011110110010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD0FC; }

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

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

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

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

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

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

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

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