#C9DEE0

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

Shades of Mabel #C9DEE0

Tints of Mabel #C9DEE0

Color information

#C9DEE0 (or 0xC9DEE0) is unknown color: approx Mabel. HEX triplet: C9, DE and E0. RGB value is (201,222,224). Sum of RGB (Red+Green+Blue) = 201+222+224=647 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.07% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 224 - color contains mainly: blue. Hex color #C9DEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DEE0 is #36211F. Grayscale: #D7D7D7. Windows color (decimal): -3547424 or 14737097. OLE color: 14737097.

HSL color Cylindrical-coordinate representation of color #C9DEE0: hue angle of 185.22º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9DEE0 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB201222224-
CMYK0.100.0100.12
HSL185.22º27.06%83.33%-
HSV(B)185.22º10.27%87.84%-
XYZ63.6670.0480.69-
YUV215.95132.54117.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.07%
GREEN value IS 222 (87.11% from 255) = 34.31%
BLUE value IS 224 (87.89% from 255) = 34.62%
R=31.07%
G=34.31%
B=34.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2012222240.100.0100.12185.2227.0683.33
HexC9DEE0A10Cb91b53
Octal31133634012101427133123
Binary110010011101111011100000101010110010111001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DEE0; }

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

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

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

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

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

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

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

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