Html Css Color HEX #D2ADAF Pale Chestnut

📋 copy color: '#D2ADAF'

red 210 ◦ green 173 ◦ blue 175

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

Shades of Pale Chestnut #D2ADAF

Tints of Pale Chestnut #D2ADAF

RGB

 RED value IS 210 (82.42% from 255) = 37.63%

 GREEN value IS 173 (67.97% from 255) = 31%

 BLUE value IS 175 (68.75% from 255) = 31.36%

R = 37.63%
G = 31%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D2ADAF (or 0xD2ADAF) is known color: Pale Chestnut. HEX triplet: D2, AD and AF. RGB value is (210,173,175). Sum of RGB (Red+Green+Blue) = 210+173+175=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2ADAF is #2D5250. Grayscale: #B8B8B8. Windows color (decimal): -2970193 or 11513298. OLE color: 11513298.

HSL color Cylindrical-coordinate representation of color #D2ADAF: hue angle of 356.76º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2ADAF is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 173 175 -
CMYK 0 0.18 0.17 0.18
HSL 356.76º 0.29% 0.75% -
HSV(B) 356.76º 0.18% 0.82% -
XYZ 49.26 46.68 46.97 -
YUV 184.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 210 173 175 0 0.18 0.17 0.18 356.76 0.29 0.75
Hex D2 AD AF 0 12 11 12 165 1D 4B
Octal 322 255 257 0 22 21 22 545 35 113
Binary 11010010 10101101 10101111 0 10010 10001 10010 101100101 11101 1001011

Color Harmonies of #D2ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ADAF

Black with #D2ADAF

Text Example


Text Example

White with #D2ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ADAF; }

 p { color: rgb(210,173,175); }

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

background-color css

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

 a { background-color: rgb(210,173,175); }

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

border-color css

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

 span { border-color: rgb(210,173,175); }

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