Html Css Color HEX #D5D0DD Fog

📋 copy color: '#D5D0DD'

red 213 ◦ green 208 ◦ blue 221

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

Shades of Fog #D5D0DD

Tints of Fog #D5D0DD

RGB

 RED value IS 213 (83.59% from 255) = 33.18%

 GREEN value IS 208 (81.64% from 255) = 32.4%

 BLUE value IS 221 (86.72% from 255) = 34.42%

R = 33.18%
G = 32.4%
B = 34.42%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5D0DD (or 0xD5D0DD) is known color: Fog. HEX triplet: D5, D0 and DD. RGB value is (213,208,221). Sum of RGB (Red+Green+Blue) = 213+208+221=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5D0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D0DD is #2A2F22. Grayscale: #D2D2D2. Windows color (decimal): -2764579 or 14536917. OLE color: 14536917.

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

Color convert

RGB 213 208 221 -
CMYK 0.04 0.06 0 0.13
HSL 263.08º 0.16% 0.84% -
HSV(B) 263.08º 0.06% 0.87% -
XYZ 63.05 64.48 77.53 -
YUV 210.98 133.66 129.44 -
System Red Green Blue C M Y K H S L
Decimal 213 208 221 0.04 0.06 0 0.13 263.08 0.16 0.84
Hex D5 D0 DD 4 6 0 D 107 10 54
Octal 325 320 335 4 6 0 15 407 20 124
Binary 11010101 11010000 11011101 100 110 0 1101 100000111 10000 1010100

Color Harmonies of #D5D0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D0DD

Black with #D5D0DD

Text Example


Text Example

White with #D5D0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D0DD; }

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

 H1.HeaderClassName
 {
   color: #D5D0DD;
 }
 .AnyTagClassName
 {
   color: #D5D0DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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