#CDD0F4

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

Shades of Lavender Blue #CDD0F4

Tints of Lavender Blue #CDD0F4

Color information

#CDD0F4 (or 0xCDD0F4) is unknown color: approx Lavender Blue. HEX triplet: CD, D0 and F4. RGB value is (205,208,244). Sum of RGB (Red+Green+Blue) = 205+208+244=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 208 (81.64% from 255 or 31.66% from 657); Blue value is 244 (95.70% from 255 or 37.14% from 657); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDD0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD0F4 is #322F0B. Grayscale: #D3D3D3. Windows color (decimal): -3288844 or 16044237. OLE color: 16044237.

HSL color Cylindrical-coordinate representation of color #CDD0F4: hue angle of 235.38º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDD0F4 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205208244-
CMYK0.160.1500.04
HSL235.38º63.93%88.04%-
HSV(B)235.38º15.98%95.69%-
XYZ64.0664.6294.68-
YUV211.21146.51123.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.20%
GREEN value IS 208 (81.64% from 255) = 31.66%
BLUE value IS 244 (95.70% from 255) = 37.14%
R=31.20%
G=31.66%
B=37.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052082440.160.1500.04235.3863.9388.04
HexCDD0F410F04eb4058
Octal315320364201704353100130
Binary11001101110100001111010010000111101001110101110000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD0F4; }

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

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

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

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

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

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

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

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