#CEE3DE

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

Shades of Jagged Ice #CEE3DE

Tints of Jagged Ice #CEE3DE

Color information

#CEE3DE (or 0xCEE3DE) is unknown color: approx Jagged Ice. HEX triplet: CE, E3 and DE. RGB value is (206,227,222). Sum of RGB (Red+Green+Blue) = 206+227+222=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE3DE is #311C21. Grayscale: #DCDCDC. Windows color (decimal): -3218466 or 14607310. OLE color: 14607310.

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

Color convert

RGB206227222-
CMYK0.0900.020.11
HSL165.71º27.27%84.9%-
HSV(B)165.71º9.25%89.02%-
XYZ66.1173.3379.78-
YUV220.15129.04117.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.45%
GREEN value IS 227 (89.06% from 255) = 34.66%
BLUE value IS 222 (87.11% from 255) = 33.89%
R=31.45%
G=34.66%
B=33.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062272220.0900.020.11165.7127.2784.9
HexCEE3DE902Ba61b55
Octal31634333611021324633125
Binary1100111011100011110111101001010101110100110110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE3DE; }

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

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

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

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

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

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

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

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