Html Css Color HEX #DBBDBB Cavern Pink

📋 copy color: '#DBBDBB'

red 219 ◦ green 189 ◦ blue 187

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

Shades of Cavern Pink #DBBDBB

Tints of Cavern Pink #DBBDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.43%

R = 36.81%
G = 31.76%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DBBDBB (or 0xDBBDBB) is known color: Cavern Pink. HEX triplet: DB, BD and BB. RGB value is (219,189,187). Sum of RGB (Red+Green+Blue) = 219+189+187=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDBB is #244244. Grayscale: #C5C5C5. Windows color (decimal): -2376261 or 12303835. OLE color: 12303835.

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

Color convert

RGB 219 189 187 -
CMYK 0 0.14 0.15 0.14
HSL 3.75º 0.31% 0.8% -
HSV(B) 3.75º 0.15% 0.86% -
XYZ 56.38 55.04 54.67 -
YUV 197.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 219 189 187 0 0.14 0.15 0.14 3.75 0.31 0.8
Hex DB BD BB 0 E F E 4 1F 50
Octal 333 275 273 0 16 17 16 4 37 120
Binary 11011011 10111101 10111011 0 1110 1111 1110 100 11111 1010000

Color Harmonies of #DBBDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBDBB

Black with #DBBDBB

Text Example


Text Example

White with #DBBDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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