Html Css Color HEX #DBBDB5 Cavern Pink

📋 copy color: '#DBBDB5'

red 219 ◦ green 189 ◦ blue 181

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

Shades of Cavern Pink #DBBDB5

Tints of Cavern Pink #DBBDB5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.09%

 BLUE value IS 181 (71.09% from 255) = 30.73%

R = 37.18%
G = 32.09%
B = 30.73%

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

#DBBDB5 (or 0xDBBDB5) is known color: Cavern Pink. HEX triplet: DB, BD and B5. RGB value is (219,189,181). Sum of RGB (Red+Green+Blue) = 219+189+181=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDB5 is #24424A. Grayscale: #C5C5C5. Windows color (decimal): -2376267 or 11910619. OLE color: 11910619.

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

Color convert

RGB 219 189 181 -
CMYK 0 0.14 0.17 0.14
HSL 12.63º 0.35% 0.78% -
HSV(B) 12.63º 0.17% 0.86% -
XYZ 55.75 54.79 51.35 -
YUV 197.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 219 189 181 0 0.14 0.17 0.14 12.63 0.35 0.78
Hex DB BD B5 0 E 11 E D 23 4E
Octal 333 275 265 0 16 21 16 15 43 116
Binary 11011011 10111101 10110101 0 1110 10001 1110 1101 100011 1001110

Color Harmonies of #DBBDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBDB5

Black with #DBBDB5

Text Example


Text Example

White with #DBBDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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