#DAADAE

Color #DAADAE Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #DAADAE

Tints of Pale Chestnut #DAADAE

Color information

#DAADAE (or 0xDAADAE) is unknown color: approx Pale Chestnut. HEX triplet: DA, AD and AE. RGB value is (218,173,174). Sum of RGB (Red+Green+Blue) = 218+173+174=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAADAE is #255251. Grayscale: #BABABA. Windows color (decimal): -2445906 or 11447770. OLE color: 11447770.

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

Color convert

RGB218173174-
CMYK00.210.200.15
HSL358.67º37.82%76.67%-
HSV(B)358.67º20.64%85.49%-
XYZ51.547.8546.57-
YUV186.57120.91150.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 174 (68.36% from 255) = 30.80%
R=38.58%
G=30.62%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817317400.210.200.15358.6737.8276.67
HexDAADAE01514F167264d
Octal332255256025241754746115
Binary1101101010101101101011100101011010011111011001111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAADAE; }

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

 H1.HeaderClassName
 {
   color: #DAADAE;
 }
 .AnyTagClassName
 {
   color: #DAADAE;
 }
</style>
background-color css

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

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

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

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

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

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