Html Css Color HEX #DAAEB2 Pale Chestnut

📋 copy color: '#DAAEB2'

red 218 ◦ green 174 ◦ blue 178

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

Shades of Pale Chestnut #DAAEB2

Tints of Pale Chestnut #DAAEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.23%

R = 38.25%
G = 30.53%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DAAEB2 (or 0xDAAEB2) is known color: Pale Chestnut. HEX triplet: DA, AE and B2. RGB value is (218,174,178). Sum of RGB (Red+Green+Blue) = 218+174+178=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAEB2 is #25514D. Grayscale: #BBBBBB. Windows color (decimal): -2445646 or 11710170. OLE color: 11710170.

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

Color convert

RGB 218 174 178 -
CMYK 0 0.20 0.18 0.15
HSL 354.55º 0.37% 0.77% -
HSV(B) 354.55º 0.2% 0.85% -
XYZ 52.09 48.39 48.71 -
YUV 187.61 122.58 149.67 -
System Red Green Blue C M Y K H S L
Decimal 218 174 178 0 0.20 0.18 0.15 354.55 0.37 0.77
Hex DA AE B2 0 14 12 F 163 25 4D
Octal 332 256 262 0 24 22 17 543 45 115
Binary 11011010 10101110 10110010 0 10100 10010 1111 101100011 100101 1001101

Color Harmonies of #DAAEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEB2

Black with #DAAEB2

Text Example


Text Example

White with #DAAEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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