Html Css Color HEX #DAB0B2 Pale Chestnut

📋 copy color: '#DAB0B2'

red 218 ◦ green 176 ◦ blue 178

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

Shades of Pale Chestnut #DAB0B2

Tints of Pale Chestnut #DAB0B2

RGB

 RED value IS 218 (85.55% from 255) = 38.11%

 GREEN value IS 176 (69.14% from 255) = 30.77%

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

R = 38.11%
G = 30.77%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DAB0B2 (or 0xDAB0B2) is known color: Pale Chestnut. HEX triplet: DA, B0 and B2. RGB value is (218,176,178). Sum of RGB (Red+Green+Blue) = 218+176+178=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB0B2 is #254F4D. Grayscale: #BCBCBC. Windows color (decimal): -2445134 or 11710682. OLE color: 11710682.

HSL color Cylindrical-coordinate representation of color #DAB0B2: hue angle of 357.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB0B2 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 176 178 -
CMYK 0 0.19 0.18 0.15
HSL 357.14º 0.36% 0.77% -
HSV(B) 357.14º 0.19% 0.85% -
XYZ 52.47 49.17 48.84 -
YUV 188.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 218 176 178 0 0.19 0.18 0.15 357.14 0.36 0.77
Hex DA B0 B2 0 13 12 F 165 24 4D
Octal 332 260 262 0 23 22 17 545 44 115
Binary 11011010 10110000 10110010 0 10011 10010 1111 101100101 100100 1001101

Color Harmonies of #DAB0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0B2

Black with #DAB0B2

Text Example


Text Example

White with #DAB0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0B2; }

 p { color: rgb(218,176,178); }

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

background-color css

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

 a { background-color: rgb(218,176,178); }

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

border-color css

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

 span { border-color: rgb(218,176,178); }

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