#D5DFDD

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

Shades of Jagged Ice #D5DFDD

Tints of Jagged Ice #D5DFDD

Color information

#D5DFDD (or 0xD5DFDD) is unknown color: approx Jagged Ice. HEX triplet: D5, DF and DD. RGB value is (213,223,221). Sum of RGB (Red+Green+Blue) = 213+223+221=657 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.42% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFDD is #2A2022. Grayscale: #DBDBDB. Windows color (decimal): -2760739 or 14540757. OLE color: 14540757.

HSL color Cylindrical-coordinate representation of color #D5DFDD: hue angle of 168º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5DFDD is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB213223221-
CMYK0.0400.010.13
HSL168º13.51%85.49%-
HSV(B)168º4.48%87.45%-
XYZ66.8872.1478.81-
YUV219.78128.69123.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.42%
GREEN value IS 223 (87.5% from 255) = 33.94%
BLUE value IS 221 (86.72% from 255) = 33.64%
R=32.42%
G=33.94%
B=33.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132232210.0400.010.1316813.5185.49
HexD5DFDD401Da8e55
Octal3253373354011525016125
Binary1101010111011111110111011000111011010100011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DFDD; }

 p { color: rgb(213,223,221); }

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

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

 a { background-color: rgb(213,223,221); }

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

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

 span { border-color: rgb(213,223,221); }

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