Html Css Color HEX #DFB3AD Cavern Pink

📋 copy color: '#DFB3AD'

red 223 ◦ green 179 ◦ blue 173

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

Shades of Cavern Pink #DFB3AD

Tints of Cavern Pink #DFB3AD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.13%

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

R = 38.78%
G = 31.13%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFB3AD (or 0xDFB3AD) is known color: Cavern Pink. HEX triplet: DF, B3 and AD. RGB value is (223,179,173). Sum of RGB (Red+Green+Blue) = 223+179+173=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB3AD is #204C52. Grayscale: #BFBFBF. Windows color (decimal): -2116691 or 11383775. OLE color: 11383775.

HSL color Cylindrical-coordinate representation of color #DFB3AD: hue angle of 7.2º 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 #DFB3AD is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 179 173 -
CMYK 0 0.20 0.22 0.13
HSL 7.2º 0.44% 0.78% -
HSV(B) 7.2º 0.22% 0.87% -
XYZ 54.09 50.95 46.52 -
YUV 191.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 223 179 173 0 0.20 0.22 0.13 7.2 0.44 0.78
Hex DF B3 AD 0 14 16 D 7 2C 4E
Octal 337 263 255 0 24 26 15 7 54 116
Binary 11011111 10110011 10101101 0 10100 10110 1101 111 101100 1001110

Color Harmonies of #DFB3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB3AD

Black with #DFB3AD

Text Example


Text Example

White with #DFB3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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