Html Css Color HEX #DBB4B0 Cavern Pink

📋 copy color: '#DBB4B0'

red 219 ◦ green 180 ◦ blue 176

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

Shades of Cavern Pink #DBB4B0

Tints of Cavern Pink #DBB4B0

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.3%

 BLUE value IS 176 (69.14% from 255) = 30.61%

R = 38.09%
G = 31.3%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DBB4B0 (or 0xDBB4B0) is known color: Cavern Pink. HEX triplet: DB, B4 and B0. RGB value is (219,180,176). Sum of RGB (Red+Green+Blue) = 219+180+176=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB4B0 is #244B4F. Grayscale: #BFBFBF. Windows color (decimal): -2378576 or 11580635. OLE color: 11580635.

HSL color Cylindrical-coordinate representation of color #DBB4B0: hue angle of 5.58º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB4B0 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 180 176 -
CMYK 0 0.18 0.20 0.14
HSL 5.58º 0.37% 0.77% -
HSV(B) 5.58º 0.2% 0.86% -
XYZ 53.37 50.84 48.07 -
YUV 191.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 219 180 176 0 0.18 0.20 0.14 5.58 0.37 0.77
Hex DB B4 B0 0 12 14 E 6 25 4D
Octal 333 264 260 0 22 24 16 6 45 115
Binary 11011011 10110100 10110000 0 10010 10100 1110 110 100101 1001101

Color Harmonies of #DBB4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB4B0

Black with #DBB4B0

Text Example


Text Example

White with #DBB4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB4B0; }

 p { color: rgb(219,180,176); }

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

background-color css

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

 a { background-color: rgb(219,180,176); }

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

border-color css

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

 span { border-color: rgb(219,180,176); }

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