#CDE3DE

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

Shades of Jagged Ice #CDE3DE

Tints of Jagged Ice #CDE3DE

Color information

#CDE3DE (or 0xCDE3DE) is unknown color: approx Jagged Ice. HEX triplet: CD, E3 and DE. RGB value is (205,227,222). Sum of RGB (Red+Green+Blue) = 205+227+222=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE3DE is #321C21. Grayscale: #DBDBDB. Windows color (decimal): -3284002 or 14607309. OLE color: 14607309.

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

Color convert

RGB205227222-
CMYK0.1000.020.11
HSL166.36º28.21%84.71%-
HSV(B)166.36º9.69%89.02%-
XYZ65.8373.1979.76-
YUV219.85129.21117.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.35%
GREEN value IS 227 (89.06% from 255) = 34.71%
BLUE value IS 222 (87.11% from 255) = 33.94%
R=31.35%
G=34.71%
B=33.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052272220.1000.020.11166.3628.2184.71
HexCDE3DEA02Ba61c55
Octal31534333612021324634125
Binary1100110111100011110111101010010101110100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE3DE; }

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

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

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

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

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

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

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

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