Html Css Color HEX #DAAEAF Pale Chestnut

📋 copy color: '#DAAEAF'

red 218 ◦ green 174 ◦ blue 175

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

Shades of Pale Chestnut #DAAEAF

Tints of Pale Chestnut #DAAEAF

RGB

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

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

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

R = 38.45%
G = 30.69%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#DAAEAF (or 0xDAAEAF) is known color: Pale Chestnut. HEX triplet: DA, AE and AF. RGB value is (218,174,175). Sum of RGB (Red+Green+Blue) = 218+174+175=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAEAF is #255150. Grayscale: #BBBBBB. Windows color (decimal): -2445649 or 11513562. OLE color: 11513562.

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

Color convert

RGB 218 174 175 -
CMYK 0 0.20 0.20 0.15
HSL 358.64º 0.37% 0.77% -
HSV(B) 358.64º 0.2% 0.85% -
XYZ 51.79 48.27 47.15 -
YUV 187.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 218 174 175 0 0.20 0.20 0.15 358.64 0.37 0.77
Hex DA AE AF 0 14 14 F 167 25 4D
Octal 332 256 257 0 24 24 17 547 45 115
Binary 11011010 10101110 10101111 0 10100 10100 1111 101100111 100101 1001101

Color Harmonies of #DAAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEAF

Black with #DAAEAF

Text Example


Text Example

White with #DAAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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