Html Css Color HEX #DBBBB7 Cavern Pink

📋 copy color: '#DBBBB7'

red 219 ◦ green 187 ◦ blue 183

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

Shades of Cavern Pink #DBBBB7

Tints of Cavern Pink #DBBBB7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.75%

 BLUE value IS 183 (71.88% from 255) = 31.07%

R = 37.18%
G = 31.75%
B = 31.07%

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

#DBBBB7 (or 0xDBBBB7) is known color: Cavern Pink. HEX triplet: DB, BB and B7. RGB value is (219,187,183). Sum of RGB (Red+Green+Blue) = 219+187+183=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBB7 is #244448. Grayscale: #C4C4C4. Windows color (decimal): -2376777 or 12041179. OLE color: 12041179.

HSL color Cylindrical-coordinate representation of color #DBBBB7: hue angle of 6.67º degrees, saturation: 0.33, 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 #DBBBB7 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 187 183 -
CMYK 0 0.15 0.16 0.14
HSL 6.67º 0.33% 0.79% -
HSV(B) 6.67º 0.16% 0.86% -
XYZ 55.53 54.02 52.3 -
YUV 196.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 219 187 183 0 0.15 0.16 0.14 6.67 0.33 0.79
Hex DB BB B7 0 F 10 E 7 21 4F
Octal 333 273 267 0 17 20 16 7 41 117
Binary 11011011 10111011 10110111 0 1111 10000 1110 111 100001 1001111

Color Harmonies of #DBBBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBBB7

Black with #DBBBB7

Text Example


Text Example

White with #DBBBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBBB7; }

 p { color: rgb(219,187,183); }

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

background-color css

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

 a { background-color: rgb(219,187,183); }

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

border-color css

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

 span { border-color: rgb(219,187,183); }

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