#CCDFE1

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

Shades of Mabel #CCDFE1

Tints of Mabel #CCDFE1

Color information

#CCDFE1 (or 0xCCDFE1) is unknown color: approx Mabel. HEX triplet: CC, DF and E1. RGB value is (204,223,225). Sum of RGB (Red+Green+Blue) = 204+223+225=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCDFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFE1 is #33201E. Grayscale: #D9D9D9. Windows color (decimal): -3350559 or 14802892. OLE color: 14802892.

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

Color convert

RGB204223225-
CMYK0.090.0100.12
HSL185.71º25.93%84.12%-
HSV(B)185.71º9.33%88.24%-
XYZ64.8871.0581.53-
YUV217.55132.21118.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 223 (87.5% from 255) = 34.20%
BLUE value IS 225 (88.28% from 255) = 34.51%
R=31.29%
G=34.20%
B=34.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042232250.090.0100.12185.7125.9384.12
HexCCDFE1910Cba1a54
Octal31433734111101427232124
Binary110011001101111111100001100110110010111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDFE1; }

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

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

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

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

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

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

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

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