Html Css Color HEX #DBBAB2 Cavern Pink

📋 copy color: '#DBBAB2'

red 219 ◦ green 186 ◦ blue 178

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

Shades of Cavern Pink #DBBAB2

Tints of Cavern Pink #DBBAB2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.9%

 BLUE value IS 178 (69.92% from 255) = 30.53%

R = 37.56%
G = 31.9%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DBBAB2 (or 0xDBBAB2) is known color: Cavern Pink. HEX triplet: DB, BA and B2. RGB value is (219,186,178). Sum of RGB (Red+Green+Blue) = 219+186+178=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 178 (69.92% from 255 or 30.53% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBAB2 is #24454D. Grayscale: #C3C3C3. Windows color (decimal): -2377038 or 11713243. OLE color: 11713243.

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

Color convert

RGB 219 186 178 -
CMYK 0 0.15 0.19 0.14
HSL 11.71º 0.36% 0.78% -
HSV(B) 11.71º 0.19% 0.86% -
XYZ 54.81 53.39 49.54 -
YUV 194.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 219 186 178 0 0.15 0.19 0.14 11.71 0.36 0.78
Hex DB BA B2 0 F 13 E C 24 4E
Octal 333 272 262 0 17 23 16 14 44 116
Binary 11011011 10111010 10110010 0 1111 10011 1110 1100 100100 1001110

Color Harmonies of #DBBAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBAB2

Black with #DBBAB2

Text Example


Text Example

White with #DBBAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBAB2; }

 p { color: rgb(219,186,178); }

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

background-color css

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

 a { background-color: rgb(219,186,178); }

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

border-color css

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

 span { border-color: rgb(219,186,178); }

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