Html Css Color HEX #DBBAB9 Cavern Pink

📋 copy color: '#DBBAB9'

red 219 ◦ green 186 ◦ blue 185

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

Shades of Cavern Pink #DBBAB9

Tints of Cavern Pink #DBBAB9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.53%

 BLUE value IS 185 (72.66% from 255) = 31.36%

R = 37.12%
G = 31.53%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DBBAB9 (or 0xDBBAB9) is known color: Cavern Pink. HEX triplet: DB, BA and B9. RGB value is (219,186,185). Sum of RGB (Red+Green+Blue) = 219+186+185=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAB9 is #244546. Grayscale: #C3C3C3. Windows color (decimal): -2377031 or 12171995. OLE color: 12171995.

HSL color Cylindrical-coordinate representation of color #DBBAB9: hue angle of 1.76º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBBAB9 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 186 185 -
CMYK 0 0.15 0.16 0.14
HSL 1.76º 0.32% 0.79% -
HSV(B) 1.76º 0.16% 0.86% -
XYZ 55.53 53.68 53.33 -
YUV 195.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 219 186 185 0 0.15 0.16 0.14 1.76 0.32 0.79
Hex DB BA B9 0 F 10 E 2 20 4F
Octal 333 272 271 0 17 20 16 2 40 117
Binary 11011011 10111010 10111001 0 1111 10000 1110 10 100000 1001111

Color Harmonies of #DBBAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBAB9

Black with #DBBAB9

Text Example


Text Example

White with #DBBAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBAB9; }

 p { color: rgb(219,186,185); }

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

background-color css

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

 a { background-color: rgb(219,186,185); }

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

border-color css

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

 span { border-color: rgb(219,186,185); }

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