#CCE2DE

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

Shades of Jagged Ice #CCE2DE

Tints of Jagged Ice #CCE2DE

Color information

#CCE2DE (or 0xCCE2DE) is unknown color: approx Jagged Ice. HEX triplet: CC, E2 and DE. RGB value is (204,226,222). Sum of RGB (Red+Green+Blue) = 204+226+222=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2DE is #331D21. Grayscale: #DADADA. Windows color (decimal): -3349794 or 14607052. OLE color: 14607052.

HSL color Cylindrical-coordinate representation of color #CCE2DE: hue angle of 169.09º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCE2DE is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB204226222-
CMYK0.1000.020.11
HSL169.09º27.5%84.31%-
HSV(B)169.09º9.73%88.63%-
XYZ65.2872.579.66-
YUV218.97129.71117.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 226 (88.67% from 255) = 34.66%
BLUE value IS 222 (87.11% from 255) = 34.05%
R=31.29%
G=34.66%
B=34.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042262220.1000.020.11169.0927.584.31
HexCCE2DEA02Ba91c54
Octal31434233612021325134124
Binary1100110011100010110111101010010101110101001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2DE; }

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

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

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

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

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

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

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

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