#CCE0DF

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

Shades of Mabel #CCE0DF

Tints of Mabel #CCE0DF

Color information

#CCE0DF (or 0xCCE0DF) is unknown color: approx Mabel. HEX triplet: CC, E0 and DF. RGB value is (204,224,223). Sum of RGB (Red+Green+Blue) = 204+224+223=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0DF is #331F20. Grayscale: #D9D9D9. Windows color (decimal): -3350305 or 14672076. OLE color: 14672076.

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

Color convert

RGB204224223-
CMYK0.0900.000.12
HSL177º24.39%83.92%-
HSV(B)177º8.93%87.84%-
XYZ64.8871.4880.19-
YUV217.91130.87118.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.34%
GREEN value IS 224 (87.89% from 255) = 34.41%
BLUE value IS 223 (87.5% from 255) = 34.25%
R=31.34%
G=34.41%
B=34.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042242230.0900.000.1217724.3983.92
HexCCE0DF900Cb11854
Octal31434033711001426130124
Binary110011001110000011011111100100110010110001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE0DF; }

 p { color: rgb(204,224,223); }

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

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

 a { background-color: rgb(204,224,223); }

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

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

 span { border-color: rgb(204,224,223); }

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