Html Css Color HEX #DBBBB3 Cavern Pink

📋 copy color: '#DBBBB3'

red 219 ◦ green 187 ◦ blue 179

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

Shades of Cavern Pink #DBBBB3

Tints of Cavern Pink #DBBBB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.6%

R = 37.44%
G = 31.97%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DBBBB3 (or 0xDBBBB3) is known color: Cavern Pink. HEX triplet: DB, BB and B3. RGB value is (219,187,179). Sum of RGB (Red+Green+Blue) = 219+187+179=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBB3 is #24444C. Grayscale: #C3C3C3. Windows color (decimal): -2376781 or 11779035. OLE color: 11779035.

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

Color convert

RGB 219 187 179 -
CMYK 0 0.15 0.18 0.14
HSL 12º 0.36% 0.78% -
HSV(B) 12º 0.18% 0.86% -
XYZ 55.12 53.86 50.14 -
YUV 195.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 219 187 179 0 0.15 0.18 0.14 12 0.36 0.78
Hex DB BB B3 0 F 12 E C 24 4E
Octal 333 273 263 0 17 22 16 14 44 116
Binary 11011011 10111011 10110011 0 1111 10010 1110 1100 100100 1001110

Color Harmonies of #DBBBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBBB3

Black with #DBBBB3

Text Example


Text Example

White with #DBBBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBBB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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