Html Css Color HEX #DFB7AD Cavern Pink

📋 copy color: '#DFB7AD'

red 223 ◦ green 183 ◦ blue 173

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

Shades of Cavern Pink #DFB7AD

Tints of Cavern Pink #DFB7AD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.61%

 BLUE value IS 173 (67.97% from 255) = 29.88%

R = 38.51%
G = 31.61%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFB7AD (or 0xDFB7AD) is known color: Cavern Pink. HEX triplet: DF, B7 and AD. RGB value is (223,183,173). Sum of RGB (Red+Green+Blue) = 223+183+173=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB7AD is #204852. Grayscale: #C1C1C1. Windows color (decimal): -2115667 or 11384799. OLE color: 11384799.

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

Color convert

RGB 223 183 173 -
CMYK 0 0.18 0.22 0.13
HSL 12º 0.44% 0.78% -
HSV(B) 12º 0.22% 0.87% -
XYZ 54.91 52.57 46.79 -
YUV 193.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 223 183 173 0 0.18 0.22 0.13 12 0.44 0.78
Hex DF B7 AD 0 12 16 D C 2C 4E
Octal 337 267 255 0 22 26 15 14 54 116
Binary 11011111 10110111 10101101 0 10010 10110 1101 1100 101100 1001110

Color Harmonies of #DFB7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB7AD

Black with #DFB7AD

Text Example


Text Example

White with #DFB7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB7AD; }

 p { color: rgb(223,183,173); }

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

background-color css

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

 a { background-color: rgb(223,183,173); }

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

border-color css

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

 span { border-color: rgb(223,183,173); }

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