Html Css Color HEX #DBBAB5 Cavern Pink

📋 copy color: '#DBBAB5'

red 219 ◦ green 186 ◦ blue 181

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

Shades of Cavern Pink #DBBAB5

Tints of Cavern Pink #DBBAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.89%

R = 37.37%
G = 31.74%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DBBAB5 (or 0xDBBAB5) is known color: Cavern Pink. HEX triplet: DB, BA and B5. RGB value is (219,186,181). Sum of RGB (Red+Green+Blue) = 219+186+181=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAB5 is #24454A. Grayscale: #C3C3C3. Windows color (decimal): -2377035 or 11909851. OLE color: 11909851.

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

Color convert

RGB 219 186 181 -
CMYK 0 0.15 0.17 0.14
HSL 7.89º 0.35% 0.78% -
HSV(B) 7.89º 0.17% 0.86% -
XYZ 55.11 53.51 51.14 -
YUV 195.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 219 186 181 0 0.15 0.17 0.14 7.89 0.35 0.78
Hex DB BA B5 0 F 11 E 8 23 4E
Octal 333 272 265 0 17 21 16 10 43 116
Binary 11011011 10111010 10110101 0 1111 10001 1110 1000 100011 1001110

Color Harmonies of #DBBAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBAB5

Black with #DBBAB5

Text Example


Text Example

White with #DBBAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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