#CCE9E4

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

Shades of Jagged Ice #CCE9E4

Tints of Jagged Ice #CCE9E4

Color information

#CCE9E4 (or 0xCCE9E4) is unknown color: approx Jagged Ice. HEX triplet: CC, E9 and E4. RGB value is (204,233,228). Sum of RGB (Red+Green+Blue) = 204+233+228=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 233 (91.41% from 255 or 35.04% from 665); Blue value is 228 (89.45% from 255 or 34.29% from 665); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE9E4 is #33161B. Grayscale: #DFDFDF. Windows color (decimal): -3347996 or 15002060. OLE color: 15002060.

HSL color Cylindrical-coordinate representation of color #CCE9E4: hue angle of 169.66º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE9E4 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB204233228-
CMYK0.1200.020.09
HSL169.66º39.73%85.69%-
HSV(B)169.66º12.45%91.37%-
XYZ68.0476.7284.62-
YUV223.76130.39113.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.68%
GREEN value IS 233 (91.41% from 255) = 35.04%
BLUE value IS 228 (89.45% from 255) = 34.29%
R=30.68%
G=35.04%
B=34.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042332280.1200.020.09169.6639.7385.69
HexCCE9E4C029aa2856
Octal31435134414021125250126
Binary11001100111010011110010011000101001101010101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE9E4; }

 p { color: rgb(204,233,228); }

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

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

 a { background-color: rgb(204,233,228); }

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

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

 span { border-color: rgb(204,233,228); }

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