Html Css Color HEX #DFBAB9 Cavern Pink

📋 copy color: '#DFBAB9'

red 223 ◦ green 186 ◦ blue 185

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

Shades of Cavern Pink #DFBAB9

Tints of Cavern Pink #DFBAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.14%

R = 37.54%
G = 31.31%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DFBAB9 (or 0xDFBAB9) is known color: Cavern Pink. HEX triplet: DF, BA and B9. RGB value is (223,186,185). Sum of RGB (Red+Green+Blue) = 223+186+185=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAB9 is #204546. Grayscale: #C4C4C4. Windows color (decimal): -2114887 or 12171999. OLE color: 12171999.

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

Color convert

RGB 223 186 185 -
CMYK 0 0.17 0.17 0.13
HSL 1.58º 0.37% 0.8% -
HSV(B) 1.58º 0.17% 0.87% -
XYZ 56.75 54.31 53.39 -
YUV 196.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 223 186 185 0 0.17 0.17 0.13 1.58 0.37 0.8
Hex DF BA B9 0 11 11 D 2 25 50
Octal 337 272 271 0 21 21 15 2 45 120
Binary 11011111 10111010 10111001 0 10001 10001 1101 10 100101 1010000

Color Harmonies of #DFBAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAB9

Black with #DFBAB9

Text Example


Text Example

White with #DFBAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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