#CCDFE0

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

Shades of Mabel #CCDFE0

Tints of Mabel #CCDFE0

Color information

#CCDFE0 (or 0xCCDFE0) is unknown color: approx Mabel. HEX triplet: CC, DF and E0. RGB value is (204,223,224). Sum of RGB (Red+Green+Blue) = 204+223+224=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 223 (87.5% from 255 or 34.25% 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 #CCDFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFE0 is #33201F. Grayscale: #D9D9D9. Windows color (decimal): -3350560 or 14737356. OLE color: 14737356.

HSL color Cylindrical-coordinate representation of color #CCDFE0: hue angle of 183º 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 #CCDFE0 is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204223224-
CMYK0.090.0000.12
HSL183º24.39%83.92%-
HSV(B)183º8.93%87.84%-
XYZ64.7470.9980.81-
YUV217.43131.71118.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042232240.090.0000.1218324.3983.92
HexCCDFE0900Cb71854
Octal31433734011001426730124
Binary110011001101111111100000100100110010110111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDFE0; }

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

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

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

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

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

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

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

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