Html Css Color HEX #DBB5B1 Cavern Pink

📋 copy color: '#DBB5B1'

red 219 ◦ green 181 ◦ blue 177

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

Shades of Cavern Pink #DBB5B1

Tints of Cavern Pink #DBB5B1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.37%

 BLUE value IS 177 (69.53% from 255) = 30.68%

R = 37.95%
G = 31.37%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DBB5B1 (or 0xDBB5B1) is known color: Cavern Pink. HEX triplet: DB, B5 and B1. RGB value is (219,181,177). Sum of RGB (Red+Green+Blue) = 219+181+177=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB5B1 is #244A4E. Grayscale: #BFBFBF. Windows color (decimal): -2378319 or 11646427. OLE color: 11646427.

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

Color convert

RGB 219 181 177 -
CMYK 0 0.17 0.19 0.14
HSL 5.71º 0.37% 0.78% -
HSV(B) 5.71º 0.19% 0.86% -
XYZ 53.67 51.28 48.66 -
YUV 191.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 219 181 177 0 0.17 0.19 0.14 5.71 0.37 0.78
Hex DB B5 B1 0 11 13 E 6 25 4E
Octal 333 265 261 0 21 23 16 6 45 116
Binary 11011011 10110101 10110001 0 10001 10011 1110 110 100101 1001110

Color Harmonies of #DBB5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB5B1

Black with #DBB5B1

Text Example


Text Example

White with #DBB5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB5B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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