#CEE7E1

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

Shades of Jagged Ice #CEE7E1

Tints of Jagged Ice #CEE7E1

Color information

#CEE7E1 (or 0xCEE7E1) is unknown color: approx Jagged Ice. HEX triplet: CE, E7 and E1. RGB value is (206,231,225). Sum of RGB (Red+Green+Blue) = 206+231+225=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 231 (90.62% from 255 or 34.89% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE7E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE7E1 is #31181E. Grayscale: #DEDEDE. Windows color (decimal): -3217439 or 14804942. OLE color: 14804942.

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

Color convert

RGB206231225-
CMYK0.1100.030.09
HSL165.6º34.25%85.69%-
HSV(B)165.6º10.82%90.59%-
XYZ67.6275.7182.28-
YUV222.84129.22115.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.12%
GREEN value IS 231 (90.62% from 255) = 34.89%
BLUE value IS 225 (88.28% from 255) = 33.99%
R=31.12%
G=34.89%
B=33.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062312250.1100.030.09165.634.2585.69
HexCEE7E1B039a62256
Octal31634734113031124642126
Binary11001110111001111110000110110111001101001101000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE7E1; }

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

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

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

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

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

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

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

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