#CCEAE4

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

Shades of Jagged Ice #CCEAE4

Tints of Jagged Ice #CCEAE4

Color information

#CCEAE4 (or 0xCCEAE4) is unknown color: approx Jagged Ice. HEX triplet: CC, EA and E4. RGB value is (204,234,228). Sum of RGB (Red+Green+Blue) = 204+234+228=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAE4 is #33151B. Grayscale: #E0E0E0. Windows color (decimal): -3347740 or 15002316. OLE color: 15002316.

HSL color Cylindrical-coordinate representation of color #CCEAE4: hue angle of 168º degrees, saturation: 0.42, 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 #CCEAE4 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB204234228-
CMYK0.1300.030.08
HSL168º41.67%85.88%-
HSV(B)168º12.82%91.76%-
XYZ68.3377.2884.71-
YUV224.35130.06113.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.63%
GREEN value IS 234 (91.80% from 255) = 35.14%
BLUE value IS 228 (89.45% from 255) = 34.23%
R=30.63%
G=35.14%
B=34.23%

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
Decimal2042342280.1300.030.0816841.6785.88
HexCCEAE4D038a82a56
Octal31435234415031025052126
Binary11001100111010101110010011010111000101010001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAE4; }

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

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

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

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

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

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

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

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