#CCE2E5

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

Shades of Mabel #CCE2E5

Tints of Mabel #CCE2E5

Color information

#CCE2E5 (or 0xCCE2E5) is unknown color: approx Mabel. HEX triplet: CC, E2 and E5. RGB value is (204,226,229). Sum of RGB (Red+Green+Blue) = 204+226+229=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 226 (88.67% from 255 or 34.29% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCE2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2E5 is #331D1A. Grayscale: #DBDBDB. Windows color (decimal): -3349787 or 15065804. OLE color: 15065804.

HSL color Cylindrical-coordinate representation of color #CCE2E5: hue angle of 187.2º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE2E5 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204226229-
CMYK0.110.0100.10
HSL187.2º32.47%84.9%-
HSV(B)187.2º10.92%89.8%-
XYZ66.2472.8984.71-
YUV219.76133.21116.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.96%
GREEN value IS 226 (88.67% from 255) = 34.29%
BLUE value IS 229 (89.84% from 255) = 34.75%
R=30.96%
G=34.29%
B=34.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042262290.110.0100.10187.232.4784.9
HexCCE2E5B10Abb2055
Octal31434234513101227340125
Binary1100110011100010111001011011101010101110111000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2E5; }

 p { color: rgb(204,226,229); }

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

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

 a { background-color: rgb(204,226,229); }

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

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

 span { border-color: rgb(204,226,229); }

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