Html Css Color HEX #DBB6AD Cavern Pink

📋 copy color: '#DBB6AD'

red 219 ◦ green 182 ◦ blue 173

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

Shades of Cavern Pink #DBB6AD

Tints of Cavern Pink #DBB6AD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.71%

 BLUE value IS 173 (67.97% from 255) = 30.14%

R = 38.15%
G = 31.71%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DBB6AD (or 0xDBB6AD) is known color: Cavern Pink. HEX triplet: DB, B6 and AD. RGB value is (219,182,173). Sum of RGB (Red+Green+Blue) = 219+182+173=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB6AD is #244952. Grayscale: #C0C0C0. Windows color (decimal): -2378067 or 11384539. OLE color: 11384539.

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

Color convert

RGB 219 182 173 -
CMYK 0 0.17 0.21 0.14
HSL 11.74º 0.39% 0.77% -
HSV(B) 11.74º 0.21% 0.86% -
XYZ 53.48 51.53 46.66 -
YUV 192.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 219 182 173 0 0.17 0.21 0.14 11.74 0.39 0.77
Hex DB B6 AD 0 11 15 E C 27 4D
Octal 333 266 255 0 21 25 16 14 47 115
Binary 11011011 10110110 10101101 0 10001 10101 1110 1100 100111 1001101

Color Harmonies of #DBB6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6AD

Black with #DBB6AD

Text Example


Text Example

White with #DBB6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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