Html Css Color HEX #DCADAE Pale Chestnut

📋 copy color: '#DCADAE'

red 220 ◦ green 173 ◦ blue 174

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

Shades of Pale Chestnut #DCADAE

Tints of Pale Chestnut #DCADAE

RGB

 RED value IS 220 (86.33% from 255) = 38.8%

 GREEN value IS 173 (67.97% from 255) = 30.51%

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

R = 38.8%
G = 30.51%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DCADAE (or 0xDCADAE) is known color: Pale Chestnut. HEX triplet: DC, AD and AE. RGB value is (220,173,174). Sum of RGB (Red+Green+Blue) = 220+173+174=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCADAE is #235251. Grayscale: #BBBBBB. Windows color (decimal): -2314834 or 11447772. OLE color: 11447772.

HSL color Cylindrical-coordinate representation of color #DCADAE: hue angle of 358.72º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCADAE is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 173 174 -
CMYK 0 0.21 0.21 0.14
HSL 358.72º 0.4% 0.77% -
HSV(B) 358.72º 0.21% 0.86% -
XYZ 52.1 48.16 46.59 -
YUV 187.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 220 173 174 0 0.21 0.21 0.14 358.72 0.4 0.77
Hex DC AD AE 0 15 15 E 167 28 4D
Octal 334 255 256 0 25 25 16 547 50 115
Binary 11011100 10101101 10101110 0 10101 10101 1110 101100111 101000 1001101

Color Harmonies of #DCADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADAE

Black with #DCADAE

Text Example


Text Example

White with #DCADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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