Html Css Color HEX #DAAAAE Pale Chestnut

📋 copy color: '#DAAAAE'

red 218 ◦ green 170 ◦ blue 174

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

Shades of Pale Chestnut #DAAAAE

Tints of Pale Chestnut #DAAAAE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.25%

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

R = 38.79%
G = 30.25%
B = 30.96%

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

#DAAAAE (or 0xDAAAAE) is known color: Pale Chestnut. HEX triplet: DA, AA and AE. RGB value is (218,170,174). Sum of RGB (Red+Green+Blue) = 218+170+174=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAAAE is #255551. Grayscale: #B8B8B8. Windows color (decimal): -2446674 or 11447002. OLE color: 11447002.

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

Color convert

RGB 218 170 174 -
CMYK 0 0.22 0.20 0.15
HSL 355º 0.39% 0.76% -
HSV(B) 355º 0.22% 0.85% -
XYZ 50.93 46.71 46.38 -
YUV 184.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 218 170 174 0 0.22 0.20 0.15 355 0.39 0.76
Hex DA AA AE 0 16 14 F 163 27 4C
Octal 332 252 256 0 26 24 17 543 47 114
Binary 11011010 10101010 10101110 0 10110 10100 1111 101100011 100111 1001100

Color Harmonies of #DAAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAAE

Black with #DAAAAE

Text Example


Text Example

White with #DAAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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