#CDDEE0

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

Shades of Mabel #CDDEE0

Tints of Mabel #CDDEE0

Color information

#CDDEE0 (or 0xCDDEE0) is unknown color: approx Mabel. HEX triplet: CD, DE and E0. RGB value is (205,222,224). Sum of RGB (Red+Green+Blue) = 205+222+224=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDDEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEE0 is #32211F. Grayscale: #D9D9D9. Windows color (decimal): -3285280 or 14737101. OLE color: 14737101.

HSL color Cylindrical-coordinate representation of color #CDDEE0: hue angle of 186.32º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDDEE0 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205222224-
CMYK0.080.0100.12
HSL186.32º23.46%84.12%-
HSV(B)186.32º8.48%87.84%-
XYZ64.7570.680.74-
YUV217.14131.87119.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.49%
GREEN value IS 222 (87.11% from 255) = 34.10%
BLUE value IS 224 (87.89% from 255) = 34.41%
R=31.49%
G=34.10%
B=34.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052222240.080.0100.12186.3223.4684.12
HexCDDEE0810Cba1754
Octal31533634010101427227124
Binary110011011101111011100000100010110010111010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEE0; }

 p { color: rgb(205,222,224); }

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

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

 a { background-color: rgb(205,222,224); }

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

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

 span { border-color: rgb(205,222,224); }

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