Html Css Color HEX #DBAEB2 Pale Chestnut

📋 copy color: '#DBAEB2'

red 219 ◦ green 174 ◦ blue 178

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

Shades of Pale Chestnut #DBAEB2

Tints of Pale Chestnut #DBAEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.17%

R = 38.35%
G = 30.47%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DBAEB2 (or 0xDBAEB2) is known color: Pale Chestnut. HEX triplet: DB, AE and B2. RGB value is (219,174,178). Sum of RGB (Red+Green+Blue) = 219+174+178=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAEB2 is #24514D. Grayscale: #BBBBBB. Windows color (decimal): -2380110 or 11710171. OLE color: 11710171.

HSL color Cylindrical-coordinate representation of color #DBAEB2: hue angle of 354.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 #DBAEB2 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 174 178 -
CMYK 0 0.21 0.19 0.14
HSL 354.67º 0.38% 0.77% -
HSV(B) 354.67º 0.21% 0.86% -
XYZ 52.39 48.55 48.73 -
YUV 187.91 122.41 150.17 -
System Red Green Blue C M Y K H S L
Decimal 219 174 178 0 0.21 0.19 0.14 354.67 0.38 0.77
Hex DB AE B2 0 15 13 E 163 26 4D
Octal 333 256 262 0 25 23 16 543 46 115
Binary 11011011 10101110 10110010 0 10101 10011 1110 101100011 100110 1001101

Color Harmonies of #DBAEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAEB2

Black with #DBAEB2

Text Example


Text Example

White with #DBAEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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