Html Css Color HEX #DAABAF Pale Chestnut

📋 copy color: '#DAABAF'

red 218 ◦ green 171 ◦ blue 175

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

Shades of Pale Chestnut #DAABAF

Tints of Pale Chestnut #DAABAF

RGB

 RED value IS 218 (85.55% from 255) = 38.65%

 GREEN value IS 171 (67.19% from 255) = 30.32%

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

R = 38.65%
G = 30.32%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#DAABAF (or 0xDAABAF) is known color: Pale Chestnut. HEX triplet: DA, AB and AF. RGB value is (218,171,175). Sum of RGB (Red+Green+Blue) = 218+171+175=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAABAF is #255450. Grayscale: #B9B9B9. Windows color (decimal): -2446417 or 11512794. OLE color: 11512794.

HSL color Cylindrical-coordinate representation of color #DAABAF: hue angle of 354.89º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAABAF is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 171 175 -
CMYK 0 0.22 0.20 0.15
HSL 354.89º 0.39% 0.76% -
HSV(B) 354.89º 0.22% 0.85% -
XYZ 51.21 47.13 46.95 -
YUV 185.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 218 171 175 0 0.22 0.20 0.15 354.89 0.39 0.76
Hex DA AB AF 0 16 14 F 163 27 4C
Octal 332 253 257 0 26 24 17 543 47 114
Binary 11011010 10101011 10101111 0 10110 10100 1111 101100011 100111 1001100

Color Harmonies of #DAABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAABAF

Black with #DAABAF

Text Example


Text Example

White with #DAABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAABAF; }

 p { color: rgb(218,171,175); }

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

background-color css

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

 a { background-color: rgb(218,171,175); }

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

border-color css

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

 span { border-color: rgb(218,171,175); }

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