#CCEDE6

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

Shades of Jagged Ice #CCEDE6

Tints of Jagged Ice #CCEDE6

Color information

#CCEDE6 (or 0xCCEDE6) is unknown color: approx Jagged Ice. HEX triplet: CC, ED and E6. RGB value is (204,237,230). Sum of RGB (Red+Green+Blue) = 204+237+230=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDE6 is #331219. Grayscale: #E2E2E2. Windows color (decimal): -3346970 or 15134156. OLE color: 15134156.

HSL color Cylindrical-coordinate representation of color #CCEDE6: hue angle of 167.27º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEDE6 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB204237230-
CMYK0.1400.030.07
HSL167.27º47.83%86.47%-
HSV(B)167.27º13.92%92.94%-
XYZ69.4779.1286.47-
YUV226.34130.07112.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.40%
GREEN value IS 237 (92.97% from 255) = 35.32%
BLUE value IS 230 (90.23% from 255) = 34.28%
R=30.40%
G=35.32%
B=34.28%

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
Decimal2042372300.1400.030.07167.2747.8386.47
HexCCEDE6E037a73056
Octal3143553461603724760126
Binary1100110011101101111001101110011111101001111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDE6; }

 p { color: rgb(204,237,230); }

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

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

 a { background-color: rgb(204,237,230); }

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

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

 span { border-color: rgb(204,237,230); }

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