Html Css Color HEX #DFB6AD Cavern Pink

📋 copy color: '#DFB6AD'

red 223 ◦ green 182 ◦ blue 173

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

Shades of Cavern Pink #DFB6AD

Tints of Cavern Pink #DFB6AD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.49%

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

R = 38.58%
G = 31.49%
B = 29.93%

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

#DFB6AD (or 0xDFB6AD) is known color: Cavern Pink. HEX triplet: DF, B6 and AD. RGB value is (223,182,173). Sum of RGB (Red+Green+Blue) = 223+182+173=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB6AD is #204952. Grayscale: #C1C1C1. Windows color (decimal): -2115923 or 11384543. OLE color: 11384543.

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

Color convert

RGB 223 182 173 -
CMYK 0 0.18 0.22 0.13
HSL 10.8º 0.44% 0.78% -
HSV(B) 10.8º 0.22% 0.87% -
XYZ 54.7 52.16 46.72 -
YUV 193.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 223 182 173 0 0.18 0.22 0.13 10.8 0.44 0.78
Hex DF B6 AD 0 12 16 D B 2C 4E
Octal 337 266 255 0 22 26 15 13 54 116
Binary 11011111 10110110 10101101 0 10010 10110 1101 1011 101100 1001110

Color Harmonies of #DFB6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB6AD

Black with #DFB6AD

Text Example


Text Example

White with #DFB6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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