Html Css Color HEX #DBBBB6 Cavern Pink

📋 copy color: '#DBBBB6'

red 219 ◦ green 187 ◦ blue 182

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

Shades of Cavern Pink #DBBBB6

Tints of Cavern Pink #DBBBB6

RGB

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

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

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

R = 37.24%
G = 31.8%
B = 30.95%

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

#DBBBB6 (or 0xDBBBB6) is known color: Cavern Pink. HEX triplet: DB, BB and B6. RGB value is (219,187,182). Sum of RGB (Red+Green+Blue) = 219+187+182=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBB6 is #244449. Grayscale: #C4C4C4. Windows color (decimal): -2376778 or 11975643. OLE color: 11975643.

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

Color convert

RGB 219 187 182 -
CMYK 0 0.15 0.17 0.14
HSL 8.11º 0.34% 0.79% -
HSV(B) 8.11º 0.17% 0.86% -
XYZ 55.43 53.98 51.75 -
YUV 196 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 219 187 182 0 0.15 0.17 0.14 8.11 0.34 0.79
Hex DB BB B6 0 F 11 E 8 22 4F
Octal 333 273 266 0 17 21 16 10 42 117
Binary 11011011 10111011 10110110 0 1111 10001 1110 1000 100010 1001111

Color Harmonies of #DBBBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBBB6

Black with #DBBBB6

Text Example


Text Example

White with #DBBBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBBB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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