Html Css Color HEX #DAADAF Pale Chestnut

📋 copy color: '#DAADAF'

red 218 ◦ green 173 ◦ blue 175

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

Shades of Pale Chestnut #DAADAF

Tints of Pale Chestnut #DAADAF

RGB

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

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

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

R = 38.52%
G = 30.57%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#DAADAF (or 0xDAADAF) is known color: Pale Chestnut. HEX triplet: DA, AD and AF. RGB value is (218,173,175). Sum of RGB (Red+Green+Blue) = 218+173+175=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAADAF is #255250. Grayscale: #BABABA. Windows color (decimal): -2445905 or 11513306. OLE color: 11513306.

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

Color convert

RGB 218 173 175 -
CMYK 0 0.21 0.20 0.15
HSL 357.33º 0.38% 0.77% -
HSV(B) 357.33º 0.21% 0.85% -
XYZ 51.59 47.89 47.08 -
YUV 186.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 218 173 175 0 0.21 0.20 0.15 357.33 0.38 0.77
Hex DA AD AF 0 15 14 F 165 26 4D
Octal 332 255 257 0 25 24 17 545 46 115
Binary 11011010 10101101 10101111 0 10101 10100 1111 101100101 100110 1001101

Color Harmonies of #DAADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADAF

Black with #DAADAF

Text Example


Text Example

White with #DAADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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