#CCE9E5

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

Shades of Jagged Ice #CCE9E5

Tints of Jagged Ice #CCE9E5

Color information

#CCE9E5 (or 0xCCE9E5) is unknown color: approx Jagged Ice. HEX triplet: CC, E9 and E5. RGB value is (204,233,229). Sum of RGB (Red+Green+Blue) = 204+233+229=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 233 (91.41% from 255 or 34.98% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE9E5 is #33161A. Grayscale: #DFDFDF. Windows color (decimal): -3347995 or 15067596. OLE color: 15067596.

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

Color convert

RGB204233229-
CMYK0.1200.020.09
HSL171.72º39.73%85.69%-
HSV(B)171.72º12.45%91.37%-
XYZ68.1876.7785.35-
YUV223.87130.89113.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.63%
GREEN value IS 233 (91.41% from 255) = 34.98%
BLUE value IS 229 (89.84% from 255) = 34.38%
R=30.63%
G=34.98%
B=34.38%

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
Decimal2042332290.1200.020.09171.7239.7385.69
HexCCE9E5C029ac2856
Octal31435134514021125450126
Binary11001100111010011110010111000101001101011001010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE9E5; }

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

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

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

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

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

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

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

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