Html Css Color HEX #DBADB2 Pale Chestnut

📋 copy color: '#DBADB2'

red 219 ◦ green 173 ◦ blue 178

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

Shades of Pale Chestnut #DBADB2

Tints of Pale Chestnut #DBADB2

RGB

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

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

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

R = 38.42%
G = 30.35%
B = 31.23%

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

#DBADB2 (or 0xDBADB2) is known color: Pale Chestnut. HEX triplet: DB, AD and B2. RGB value is (219,173,178). Sum of RGB (Red+Green+Blue) = 219+173+178=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBADB2 is #24524D. Grayscale: #BBBBBB. Windows color (decimal): -2380366 or 11709915. OLE color: 11709915.

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

Color convert

RGB 219 173 178 -
CMYK 0 0.21 0.19 0.14
HSL 353.48º 0.39% 0.77% -
HSV(B) 353.48º 0.21% 0.86% -
XYZ 52.19 48.16 48.66 -
YUV 187.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 219 173 178 0 0.21 0.19 0.14 353.48 0.39 0.77
Hex DB AD B2 0 15 13 E 161 27 4D
Octal 333 255 262 0 25 23 16 541 47 115
Binary 11011011 10101101 10110010 0 10101 10011 1110 101100001 100111 1001101

Color Harmonies of #DBADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADB2

Black with #DBADB2

Text Example


Text Example

White with #DBADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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