#CCEEE7

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

Shades of Jagged Ice #CCEEE7

Tints of Jagged Ice #CCEEE7

Color information

#CCEEE7 (or 0xCCEEE7) is unknown color: approx Jagged Ice. HEX triplet: CC, EE and E7. RGB value is (204,238,231). Sum of RGB (Red+Green+Blue) = 204+238+231=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 231 (90.62% from 255 or 34.32% from 673); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEE7 is #331118. Grayscale: #E3E3E3. Windows color (decimal): -3346713 or 15199948. OLE color: 15199948.

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

Color convert

RGB204238231-
CMYK0.1400.030.07
HSL167.65º50%86.67%-
HSV(B)167.65º14.29%93.33%-
XYZ69.979.7687.31-
YUV227.04130.24111.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.31%
GREEN value IS 238 (93.36% from 255) = 35.36%
BLUE value IS 231 (90.62% from 255) = 34.32%
R=30.31%
G=35.36%
B=34.32%

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
Decimal2042382310.1400.030.07167.655086.67
HexCCEEE7E037a83257
Octal3143563471603725062127
Binary1100110011101110111001111110011111101010001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEE7; }

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

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

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

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

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

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

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

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