Html Css Color HEX #DBAEAF Pale Chestnut

📋 copy color: '#DBAEAF'

red 219 ◦ green 174 ◦ blue 175

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

Shades of Pale Chestnut #DBAEAF

Tints of Pale Chestnut #DBAEAF

RGB

 RED value IS 219 (85.94% from 255) = 38.56%

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

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

R = 38.56%
G = 30.63%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DBAEAF (or 0xDBAEAF) is known color: Pale Chestnut. HEX triplet: DB, AE and AF. RGB value is (219,174,175). Sum of RGB (Red+Green+Blue) = 219+174+175=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAEAF is #245150. Grayscale: #BBBBBB. Windows color (decimal): -2380113 or 11513563. OLE color: 11513563.

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

Color convert

RGB 219 174 175 -
CMYK 0 0.21 0.20 0.14
HSL 358.67º 0.38% 0.77% -
HSV(B) 358.67º 0.21% 0.86% -
XYZ 52.09 48.43 47.16 -
YUV 187.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 219 174 175 0 0.21 0.20 0.14 358.67 0.38 0.77
Hex DB AE AF 0 15 14 E 167 26 4D
Octal 333 256 257 0 25 24 16 547 46 115
Binary 11011011 10101110 10101111 0 10101 10100 1110 101100111 100110 1001101

Color Harmonies of #DBAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAEAF

Black with #DBAEAF

Text Example


Text Example

White with #DBAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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