Html Css Color HEX #DFB0AD Cavern Pink

📋 copy color: '#DFB0AD'

red 223 ◦ green 176 ◦ blue 173

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

Shades of Cavern Pink #DFB0AD

Tints of Cavern Pink #DFB0AD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.77%

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

R = 38.99%
G = 30.77%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFB0AD (or 0xDFB0AD) is known color: Cavern Pink. HEX triplet: DF, B0 and AD. RGB value is (223,176,173). Sum of RGB (Red+Green+Blue) = 223+176+173=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB0AD is #204F52. Grayscale: #BDBDBD. Windows color (decimal): -2117459 or 11383007. OLE color: 11383007.

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

Color convert

RGB 223 176 173 -
CMYK 0 0.21 0.22 0.13
HSL 3.6º 0.44% 0.78% -
HSV(B) 3.6º 0.22% 0.87% -
XYZ 53.5 49.76 46.32 -
YUV 189.71 118.57 151.74 -
System Red Green Blue C M Y K H S L
Decimal 223 176 173 0 0.21 0.22 0.13 3.6 0.44 0.78
Hex DF B0 AD 0 15 16 D 4 2C 4E
Octal 337 260 255 0 25 26 15 4 54 116
Binary 11011111 10110000 10101101 0 10101 10110 1101 100 101100 1001110

Color Harmonies of #DFB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB0AD

Black with #DFB0AD

Text Example


Text Example

White with #DFB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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