#CCEBE4

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

Shades of Jagged Ice #CCEBE4

Tints of Jagged Ice #CCEBE4

Color information

#CCEBE4 (or 0xCCEBE4) is unknown color: approx Jagged Ice. HEX triplet: CC, EB and E4. RGB value is (204,235,228). Sum of RGB (Red+Green+Blue) = 204+235+228=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBE4 is #33141B. Grayscale: #E0E0E0. Windows color (decimal): -3347484 or 15002572. OLE color: 15002572.

HSL color Cylindrical-coordinate representation of color #CCEBE4: hue angle of 166.45º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEBE4 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB204235228-
CMYK0.1300.030.08
HSL166.45º43.66%86.08%-
HSV(B)166.45º13.19%92.16%-
XYZ68.6177.8684.81-
YUV224.93129.73113.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.58%
GREEN value IS 235 (92.19% from 255) = 35.23%
BLUE value IS 228 (89.45% from 255) = 34.18%
R=30.58%
G=35.23%
B=34.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042352280.1300.030.08166.4543.6686.08
HexCCEBE4D038a62c56
Octal31435334415031024654126
Binary11001100111010111110010011010111000101001101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBE4; }

 p { color: rgb(204,235,228); }

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

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

 a { background-color: rgb(204,235,228); }

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

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

 span { border-color: rgb(204,235,228); }

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