#CEE4E1

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

Shades of Jagged Ice #CEE4E1

Tints of Jagged Ice #CEE4E1

Color information

#CEE4E1 (or 0xCEE4E1) is unknown color: approx Jagged Ice. HEX triplet: CE, E4 and E1. RGB value is (206,228,225). Sum of RGB (Red+Green+Blue) = 206+228+225=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 228 (89.45% from 255 or 34.60% from 659); Blue value is 225 (88.28% from 255 or 34.14% from 659); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE4E1 is #311B1E. Grayscale: #DDDDDD. Windows color (decimal): -3218207 or 14804174. OLE color: 14804174.

HSL color Cylindrical-coordinate representation of color #CEE4E1: hue angle of 171.82º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE4E1 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB206228225-
CMYK0.1000.010.11
HSL171.82º28.95%85.1%-
HSV(B)171.82º9.65%89.41%-
XYZ66.7974.0482.01-
YUV221.08130.21117.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.26%
GREEN value IS 228 (89.45% from 255) = 34.60%
BLUE value IS 225 (88.28% from 255) = 34.14%
R=31.26%
G=34.60%
B=34.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062282250.1000.010.11171.8228.9585.1
HexCEE4E1A01Bac1d55
Octal31634434112011325435125
Binary110011101110010011100001101001101110101100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE4E1; }

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

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

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

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

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

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

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

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