Html Css Color HEX #DBBCB6 Cavern Pink

📋 copy color: '#DBBCB6'

red 219 ◦ green 188 ◦ blue 182

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

Shades of Cavern Pink #DBBCB6

Tints of Cavern Pink #DBBCB6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.92%

 BLUE value IS 182 (71.48% from 255) = 30.9%

R = 37.18%
G = 31.92%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DBBCB6 (or 0xDBBCB6) is known color: Cavern Pink. HEX triplet: DB, BC and B6. RGB value is (219,188,182). Sum of RGB (Red+Green+Blue) = 219+188+182=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCB6 is #244349. Grayscale: #C4C4C4. Windows color (decimal): -2376522 or 11975899. OLE color: 11975899.

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

Color convert

RGB 219 188 182 -
CMYK 0 0.14 0.17 0.14
HSL 9.73º 0.34% 0.79% -
HSV(B) 9.73º 0.17% 0.86% -
XYZ 55.64 54.4 51.82 -
YUV 196.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 219 188 182 0 0.14 0.17 0.14 9.73 0.34 0.79
Hex DB BC B6 0 E 11 E A 22 4F
Octal 333 274 266 0 16 21 16 12 42 117
Binary 11011011 10111100 10110110 0 1110 10001 1110 1010 100010 1001111

Color Harmonies of #DBBCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBCB6

Black with #DBBCB6

Text Example


Text Example

White with #DBBCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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