#CEEAE3

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

Shades of Jagged Ice #CEEAE3

Tints of Jagged Ice #CEEAE3

Color information

#CEEAE3 (or 0xCEEAE3) is unknown color: approx Jagged Ice. HEX triplet: CE, EA and E3. RGB value is (206,234,227). Sum of RGB (Red+Green+Blue) = 206+234+227=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 227 (89.06% from 255 or 34.03% from 667); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEAE3 is #31151C. Grayscale: #E0E0E0. Windows color (decimal): -3216669 or 14936782. OLE color: 14936782.

HSL color Cylindrical-coordinate representation of color #CEEAE3: hue angle of 165º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEEAE3 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB206234227-
CMYK0.1200.030.08
HSL165º40%86.27%-
HSV(B)165º11.97%91.76%-
XYZ68.7477.5184.01-
YUV224.83129.22114.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.88%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 227 (89.06% from 255) = 34.03%
R=30.88%
G=35.08%
B=34.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062342270.1200.030.081654086.27
HexCEEAE3C038a52856
Octal31635234314031024550126
Binary11001110111010101110001111000111000101001011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEAE3; }

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

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

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

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

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

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

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

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