#CCEEE8

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

Shades of Jagged Ice #CCEEE8

Tints of Jagged Ice #CCEEE8

Color information

#CCEEE8 (or 0xCCEEE8) is unknown color: approx Jagged Ice. HEX triplet: CC, EE and E8. RGB value is (204,238,232). Sum of RGB (Red+Green+Blue) = 204+238+232=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEE8 is #331117. Grayscale: #E3E3E3. Windows color (decimal): -3346712 or 15265484. OLE color: 15265484.

HSL color Cylindrical-coordinate representation of color #CCEEE8: hue angle of 169.41º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEEE8 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB204238232-
CMYK0.1400.030.07
HSL169.41º50%86.67%-
HSV(B)169.41º14.29%93.33%-
XYZ70.0479.8188.06-
YUV227.15130.74111.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.27%
GREEN value IS 238 (93.36% from 255) = 35.31%
BLUE value IS 232 (91.02% from 255) = 34.42%
R=30.27%
G=35.31%
B=34.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042382320.1400.030.07169.415086.67
HexCCEEE8E037a93257
Octal3143563501603725162127
Binary1100110011101110111010001110011111101010011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEE8; }

 p { color: rgb(204,238,232); }

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

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

 a { background-color: rgb(204,238,232); }

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

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

 span { border-color: rgb(204,238,232); }

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