Html Css Color HEX #DBBDB7 Cavern Pink

📋 copy color: '#DBBDB7'

red 219 ◦ green 189 ◦ blue 183

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

Shades of Cavern Pink #DBBDB7

Tints of Cavern Pink #DBBDB7

RGB

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

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

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

R = 37.06%
G = 31.98%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DBBDB7 (or 0xDBBDB7) is known color: Cavern Pink. HEX triplet: DB, BD and B7. RGB value is (219,189,183). Sum of RGB (Red+Green+Blue) = 219+189+183=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDB7 is #244248. Grayscale: #C5C5C5. Windows color (decimal): -2376265 or 12041691. OLE color: 12041691.

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

Color convert

RGB 219 189 183 -
CMYK 0 0.14 0.16 0.14
HSL 10º 0.33% 0.79% -
HSV(B) 10º 0.16% 0.86% -
XYZ 55.96 54.87 52.44 -
YUV 197.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 219 189 183 0 0.14 0.16 0.14 10 0.33 0.79
Hex DB BD B7 0 E 10 E A 21 4F
Octal 333 275 267 0 16 20 16 12 41 117
Binary 11011011 10111101 10110111 0 1110 10000 1110 1010 100001 1001111

Color Harmonies of #DBBDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBDB7

Black with #DBBDB7

Text Example


Text Example

White with #DBBDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBDB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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