#CDE2DE

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

Shades of Jagged Ice #CDE2DE

Tints of Jagged Ice #CDE2DE

Color information

#CDE2DE (or 0xCDE2DE) is unknown color: approx Jagged Ice. HEX triplet: CD, E2 and DE. RGB value is (205,226,222). Sum of RGB (Red+Green+Blue) = 205+226+222=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE2DE is #321D21. Grayscale: #DBDBDB. Windows color (decimal): -3284258 or 14607053. OLE color: 14607053.

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

Color convert

RGB205226222-
CMYK0.0900.020.11
HSL168.57º26.58%84.51%-
HSV(B)168.57º9.29%88.63%-
XYZ65.5672.6579.67-
YUV219.26129.54117.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.39%
GREEN value IS 226 (88.67% from 255) = 34.61%
BLUE value IS 222 (87.11% from 255) = 34.00%
R=31.39%
G=34.61%
B=34.00%

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
Decimal2052262220.0900.020.11168.5726.5884.51
HexCDE2DE902Ba91b55
Octal31534233611021325133125
Binary1100110111100010110111101001010101110101001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE2DE; }

 p { color: rgb(205,226,222); }

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

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

 a { background-color: rgb(205,226,222); }

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

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

 span { border-color: rgb(205,226,222); }

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