#CEE7E3

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

Shades of Jagged Ice #CEE7E3

Tints of Jagged Ice #CEE7E3

Color information

#CEE7E3 (or 0xCEE7E3) is unknown color: approx Jagged Ice. HEX triplet: CE, E7 and E3. RGB value is (206,231,227). Sum of RGB (Red+Green+Blue) = 206+231+227=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 231 (90.62% from 255 or 34.79% from 664); Blue value is 227 (89.06% from 255 or 34.19% from 664); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE7E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE7E3 is #31181C. Grayscale: #DFDFDF. Windows color (decimal): -3217437 or 14936014. OLE color: 14936014.

HSL color Cylindrical-coordinate representation of color #CEE7E3: hue angle of 170.4º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEE7E3 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB206231227-
CMYK0.1100.020.09
HSL170.4º34.25%85.69%-
HSV(B)170.4º10.82%90.59%-
XYZ67.8975.8283.73-
YUV223.07130.22115.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.02%
GREEN value IS 231 (90.62% from 255) = 34.79%
BLUE value IS 227 (89.06% from 255) = 34.19%
R=31.02%
G=34.79%
B=34.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062312270.1100.020.09170.434.2585.69
HexCEE7E3B029aa2256
Octal31634734313021125242126
Binary11001110111001111110001110110101001101010101000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE7E3; }

 p { color: rgb(206,231,227); }

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

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

 a { background-color: rgb(206,231,227); }

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

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

 span { border-color: rgb(206,231,227); }

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