#CCE0DE

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

Shades of Jagged Ice #CCE0DE

Tints of Jagged Ice #CCE0DE

Color information

#CCE0DE (or 0xCCE0DE) is unknown color: approx Jagged Ice. HEX triplet: CC, E0 and DE. RGB value is (204,224,222). Sum of RGB (Red+Green+Blue) = 204+224+222=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0DE is #331F21. Grayscale: #D9D9D9. Windows color (decimal): -3350306 or 14606540. OLE color: 14606540.

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

Color convert

RGB204224222-
CMYK0.0900.010.12
HSL174º24.39%83.92%-
HSV(B)174º8.93%87.84%-
XYZ64.7471.4279.48-
YUV217.79130.37118.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 224 (87.89% from 255) = 34.46%
BLUE value IS 222 (87.11% from 255) = 34.15%
R=31.38%
G=34.46%
B=34.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042242220.0900.010.1217424.3983.92
HexCCE0DE901Cae1854
Octal31434033611011425630124
Binary110011001110000011011110100101110010101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE0DE; }

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

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

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

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

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

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

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

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