#CCE8E1

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

Shades of Jagged Ice #CCE8E1

Tints of Jagged Ice #CCE8E1

Color information

#CCE8E1 (or 0xCCE8E1) is unknown color: approx Jagged Ice. HEX triplet: CC, E8 and E1. RGB value is (204,232,225). Sum of RGB (Red+Green+Blue) = 204+232+225=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8E1 is #33171E. Grayscale: #DEDEDE. Windows color (decimal): -3348255 or 14805196. OLE color: 14805196.

HSL color Cylindrical-coordinate representation of color #CCE8E1: hue angle of 165º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE8E1 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB204232225-
CMYK0.1200.030.09
HSL165º37.84%85.49%-
HSV(B)165º12.07%90.98%-
XYZ67.3575.9982.35-
YUV222.83129.22114.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.86%
GREEN value IS 232 (91.02% from 255) = 35.10%
BLUE value IS 225 (88.28% from 255) = 34.04%
R=30.86%
G=35.10%
B=34.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042322250.1200.030.0916537.8485.49
HexCCE8E1C039a52655
Octal31435034114031124546125
Binary11001100111010001110000111000111001101001011001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8E1; }

 p { color: rgb(204,232,225); }

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

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

 a { background-color: rgb(204,232,225); }

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

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

 span { border-color: rgb(204,232,225); }

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