Html Css Color HEX #DFBAB0 Cavern Pink

📋 copy color: '#DFBAB0'

red 223 ◦ green 186 ◦ blue 176

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

Shades of Cavern Pink #DFBAB0

Tints of Cavern Pink #DFBAB0

RGB

 RED value IS 223 (87.5% from 255) = 38.12%

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

 BLUE value IS 176 (69.14% from 255) = 30.09%

R = 38.12%
G = 31.79%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DFBAB0 (or 0xDFBAB0) is known color: Cavern Pink. HEX triplet: DF, BA and B0. RGB value is (223,186,176). Sum of RGB (Red+Green+Blue) = 223+186+176=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBAB0 is #20454F. Grayscale: #C4C4C4. Windows color (decimal): -2114896 or 11582175. OLE color: 11582175.

HSL color Cylindrical-coordinate representation of color #DFBAB0: hue angle of 12.77º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFBAB0 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 186 176 -
CMYK 0 0.17 0.21 0.13
HSL 12.77º 0.42% 0.78% -
HSV(B) 12.77º 0.21% 0.87% -
XYZ 55.83 53.94 48.54 -
YUV 195.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 223 186 176 0 0.17 0.21 0.13 12.77 0.42 0.78
Hex DF BA B0 0 11 15 D D 2A 4E
Octal 337 272 260 0 21 25 15 15 52 116
Binary 11011111 10111010 10110000 0 10001 10101 1101 1101 101010 1001110

Color Harmonies of #DFBAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAB0

Black with #DFBAB0

Text Example


Text Example

White with #DFBAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAB0; }

 p { color: rgb(223,186,176); }

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

background-color css

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

 a { background-color: rgb(223,186,176); }

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

border-color css

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

 span { border-color: rgb(223,186,176); }

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