#CCECE6

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

Shades of Jagged Ice #CCECE6

Tints of Jagged Ice #CCECE6

Color information

#CCECE6 (or 0xCCECE6) is unknown color: approx Jagged Ice. HEX triplet: CC, EC and E6. RGB value is (204,236,230). Sum of RGB (Red+Green+Blue) = 204+236+230=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 236 (92.58% from 255 or 35.22% from 670); Blue value is 230 (90.23% from 255 or 34.33% from 670); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECE6 is #331319. Grayscale: #E1E1E1. Windows color (decimal): -3347226 or 15133900. OLE color: 15133900.

HSL color Cylindrical-coordinate representation of color #CCECE6: hue angle of 168.75º 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 #CCECE6 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB204236230-
CMYK0.1400.030.07
HSL168.75º45.71%86.27%-
HSV(B)168.75º13.56%92.55%-
XYZ69.1878.5486.38-
YUV225.75130.4112.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.45%
GREEN value IS 236 (92.58% from 255) = 35.22%
BLUE value IS 230 (90.23% from 255) = 34.33%
R=30.45%
G=35.22%
B=34.33%

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
Decimal2042362300.1400.030.07168.7545.7186.27
HexCCECE6E037a92e56
Octal3143543461603725156126
Binary1100110011101100111001101110011111101010011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECE6; }

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

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

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

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

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

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

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

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