Html Css Color HEX #D2ADAE Pale Chestnut

📋 copy color: '#D2ADAE'

red 210 ◦ green 173 ◦ blue 174

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

Shades of Pale Chestnut #D2ADAE

Tints of Pale Chestnut #D2ADAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.24%

R = 37.7%
G = 31.06%
B = 31.24%

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

#D2ADAE (or 0xD2ADAE) is known color: Pale Chestnut. HEX triplet: D2, AD and AE. RGB value is (210,173,174). Sum of RGB (Red+Green+Blue) = 210+173+174=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2ADAE is #2D5251. Grayscale: #B8B8B8. Windows color (decimal): -2970194 or 11447762. OLE color: 11447762.

HSL color Cylindrical-coordinate representation of color #D2ADAE: hue angle of 358.38º 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 #D2ADAE is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 173 174 -
CMYK 0 0.18 0.17 0.18
HSL 358.38º 0.29% 0.75% -
HSV(B) 358.38º 0.18% 0.82% -
XYZ 49.16 46.64 46.46 -
YUV 184.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 210 173 174 0 0.18 0.17 0.18 358.38 0.29 0.75
Hex D2 AD AE 0 12 11 12 166 1D 4B
Octal 322 255 256 0 22 21 22 546 35 113
Binary 11010010 10101101 10101110 0 10010 10001 10010 101100110 11101 1001011

Color Harmonies of #D2ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ADAE

Black with #D2ADAE

Text Example


Text Example

White with #D2ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ADAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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