Html Css Color HEX #D5DFDD Jagged Ice

📋 copy color: '#D5DFDD'

red 213 ◦ green 223 ◦ blue 221

#D5DFDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagged Ice #D5DFDD

Tints of Jagged Ice #D5DFDD

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 value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#D5DFDD (or 0xD5DFDD) is known color: 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

RGB 213 223 221 -
CMYK 0.04 0 0.01 0.13
HSL 168º 0.14% 0.85% -
HSV(B) 168º 0.04% 0.87% -
XYZ 66.88 72.14 78.81 -
YUV 219.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 213 223 221 0.04 0 0.01 0.13 168 0.14 0.85
Hex D5 DF DD 4 0 1 D A8 E 55
Octal 325 337 335 4 0 1 15 250 16 125
Binary 11010101 11011111 11011101 100 0 1 1101 10101000 1110 1010101

Color Harmonies of #D5DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DFDD

Black with #D5DFDD

Text Example


Text Example

White with #D5DFDD

Text Example


Text Example

HTML Codes & Css Web 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>