#CEEDE6

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

Shades of Jagged Ice #CEEDE6

Tints of Jagged Ice #CEEDE6

Color information

#CEEDE6 (or 0xCEEDE6) is unknown color: approx Jagged Ice. HEX triplet: CE, ED and E6. RGB value is (206,237,230). Sum of RGB (Red+Green+Blue) = 206+237+230=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEDE6 is #311219. Grayscale: #E2E2E2. Windows color (decimal): -3215898 or 15134158. OLE color: 15134158.

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

Color convert

RGB206237230-
CMYK0.1300.030.07
HSL166.45º46.27%86.86%-
HSV(B)166.45º13.08%92.94%-
XYZ70.0279.486.5-
YUV226.93129.73113.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.61%
GREEN value IS 237 (92.97% from 255) = 35.22%
BLUE value IS 230 (90.23% from 255) = 34.18%
R=30.61%
G=35.22%
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.07
SystemRedGreenBlueCMYKHSL
Decimal2062372300.1300.030.07166.4546.2786.86
HexCEEDE6D037a62e57
Octal3163553461503724656127
Binary1100111011101101111001101101011111101001101011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEDE6; }

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

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

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

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

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

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

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

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