Html Css Color HEX #D5D0D4 Thistle

📋 copy color: '#D5D0D4'

red 213 ◦ green 208 ◦ blue 212

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

Shades of Thistle #D5D0D4

Tints of Thistle #D5D0D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.49%

R = 33.65%
G = 32.86%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D5D0D4 (or 0xD5D0D4) is known color: Thistle. HEX triplet: D5, D0 and D4. RGB value is (213,208,212). Sum of RGB (Red+Green+Blue) = 213+208+212=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D0D4 is #2A2F2B. Grayscale: #D1D1D1. Windows color (decimal): -2764588 or 13947093. OLE color: 13947093.

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

Color convert

RGB 213 208 212 -
CMYK 0 0.02 0.00 0.16
HSL 312º 0.06% 0.83% -
HSV(B) 312º 0.02% 0.84% -
XYZ 61.88 64.01 71.38 -
YUV 209.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 213 208 212 0 0.02 0.00 0.16 312 0.06 0.83
Hex D5 D0 D4 0 2 0 10 138 6 53
Octal 325 320 324 0 2 0 20 470 6 123
Binary 11010101 11010000 11010100 0 10 0 10000 100111000 110 1010011

Color Harmonies of #D5D0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D0D4

Black with #D5D0D4

Text Example


Text Example

White with #D5D0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D0D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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