#D5E0DE

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

Shades of Jagged Ice #D5E0DE

Tints of Jagged Ice #D5E0DE

Color information

#D5E0DE (or 0xD5E0DE) is unknown color: approx Jagged Ice. HEX triplet: D5, E0 and DE. RGB value is (213,224,222). Sum of RGB (Red+Green+Blue) = 213+224+222=659 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.32% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E0DE is #2A1F21. Grayscale: #DCDCDC. Windows color (decimal): -2760482 or 14606549. OLE color: 14606549.

HSL color Cylindrical-coordinate representation of color #D5E0DE: hue angle of 169.09º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5E0DE is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB213224222-
CMYK0.0500.010.12
HSL169.09º15.07%85.69%-
HSV(B)169.09º4.91%87.84%-
XYZ67.2872.7379.6-
YUV220.48128.86122.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.32%
GREEN value IS 224 (87.89% from 255) = 33.99%
BLUE value IS 222 (87.11% from 255) = 33.69%
R=32.32%
G=33.99%
B=33.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132242220.0500.010.12169.0915.0785.69
HexD5E0DE501Ca9f56
Octal3253403365011425117126
Binary1101010111100000110111101010111001010100111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E0DE; }

 p { color: rgb(213,224,222); }

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

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

 a { background-color: rgb(213,224,222); }

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

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

 span { border-color: rgb(213,224,222); }

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