#CCECE7

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

Shades of Jagged Ice #CCECE7

Tints of Jagged Ice #CCECE7

Color information

#CCECE7 (or 0xCCECE7) is unknown color: approx Jagged Ice. HEX triplet: CC, EC and E7. RGB value is (204,236,231). Sum of RGB (Red+Green+Blue) = 204+236+231=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECE7 is #331318. Grayscale: #E1E1E1. Windows color (decimal): -3347225 or 15199436. OLE color: 15199436.

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

Color convert

RGB204236231-
CMYK0.1400.020.07
HSL170.62º45.71%86.27%-
HSV(B)170.62º13.56%92.55%-
XYZ69.3278.687.12-
YUV225.86130.9112.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.40%
GREEN value IS 236 (92.58% from 255) = 35.17%
BLUE value IS 231 (90.62% from 255) = 34.43%
R=30.40%
G=35.17%
B=34.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042362310.1400.020.07170.6245.7186.27
HexCCECE7E027ab2e56
Octal3143543471602725356126
Binary1100110011101100111001111110010111101010111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECE7; }

 p { color: rgb(204,236,231); }

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

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

 a { background-color: rgb(204,236,231); }

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

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

 span { border-color: rgb(204,236,231); }

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