#CCEAE3

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

Shades of Jagged Ice #CCEAE3

Tints of Jagged Ice #CCEAE3

Color information

#CCEAE3 (or 0xCCEAE3) is unknown color: approx Jagged Ice. HEX triplet: CC, EA and E3. RGB value is (204,234,227). Sum of RGB (Red+Green+Blue) = 204+234+227=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 227 (89.06% from 255 or 34.14% from 665); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAE3 is #33151C. Grayscale: #E0E0E0. Windows color (decimal): -3347741 or 14936780. OLE color: 14936780.

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

Color convert

RGB204234227-
CMYK0.1300.030.08
HSL166º41.67%85.88%-
HSV(B)166º12.82%91.76%-
XYZ68.1977.2383.99-
YUV224.23129.56113.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.68%
GREEN value IS 234 (91.80% from 255) = 35.19%
BLUE value IS 227 (89.06% from 255) = 34.14%
R=30.68%
G=35.19%
B=34.14%

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
Decimal2042342270.1300.030.0816641.6785.88
HexCCEAE3D038a62a56
Octal31435234315031024652126
Binary11001100111010101110001111010111000101001101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAE3; }

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

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

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

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

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

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

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

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