Html Css Color HEX #DAAEB1 Pale Chestnut

📋 copy color: '#DAAEB1'

red 218 ◦ green 174 ◦ blue 177

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

Shades of Pale Chestnut #DAAEB1

Tints of Pale Chestnut #DAAEB1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.58%

 BLUE value IS 177 (69.53% from 255) = 31.11%

R = 38.31%
G = 30.58%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DAAEB1 (or 0xDAAEB1) is known color: Pale Chestnut. HEX triplet: DA, AE and B1. RGB value is (218,174,177). Sum of RGB (Red+Green+Blue) = 218+174+177=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAEB1 is #25514E. Grayscale: #BBBBBB. Windows color (decimal): -2445647 or 11644634. OLE color: 11644634.

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

Color convert

RGB 218 174 177 -
CMYK 0 0.20 0.19 0.15
HSL 355.91º 0.37% 0.77% -
HSV(B) 355.91º 0.2% 0.85% -
XYZ 51.99 48.35 48.19 -
YUV 187.5 122.08 149.76 -
System Red Green Blue C M Y K H S L
Decimal 218 174 177 0 0.20 0.19 0.15 355.91 0.37 0.77
Hex DA AE B1 0 14 13 F 164 25 4D
Octal 332 256 261 0 24 23 17 544 45 115
Binary 11011010 10101110 10110001 0 10100 10011 1111 101100100 100101 1001101

Color Harmonies of #DAAEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEB1

Black with #DAAEB1

Text Example


Text Example

White with #DAAEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEB1; }

 p { color: rgb(218,174,177); }

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

background-color css

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

 a { background-color: rgb(218,174,177); }

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

border-color css

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

 span { border-color: rgb(218,174,177); }

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