#CEE7E4

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

Shades of Jagged Ice #CEE7E4

Tints of Jagged Ice #CEE7E4

Color information

#CEE7E4 (or 0xCEE7E4) is unknown color: approx Jagged Ice. HEX triplet: CE, E7 and E4. RGB value is (206,231,228). Sum of RGB (Red+Green+Blue) = 206+231+228=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 231 (90.62% from 255 or 34.74% from 665); Blue value is 228 (89.45% from 255 or 34.29% from 665); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE7E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE7E4 is #31181B. Grayscale: #DFDFDF. Windows color (decimal): -3217436 or 15001550. OLE color: 15001550.

HSL color Cylindrical-coordinate representation of color #CEE7E4: hue angle of 172.8º 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 #CEE7E4 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB206231228-
CMYK0.1100.010.09
HSL172.8º34.25%85.69%-
HSV(B)172.8º10.82%90.59%-
XYZ68.0375.8884.46-
YUV223.18130.72115.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.98%
GREEN value IS 231 (90.62% from 255) = 34.74%
BLUE value IS 228 (89.45% from 255) = 34.29%
R=30.98%
G=34.74%
B=34.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062312280.1100.010.09172.834.2585.69
HexCEE7E4B019ad2256
Octal31634734413011125542126
Binary1100111011100111111001001011011001101011011000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE7E4; }

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

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

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

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

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

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

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

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