Html Css Color HEX #DFB1AB Cavern Pink

📋 copy color: '#DFB1AB'

red 223 ◦ green 177 ◦ blue 171

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

Shades of Cavern Pink #DFB1AB

Tints of Cavern Pink #DFB1AB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31%

 BLUE value IS 171 (67.19% from 255) = 29.95%

R = 39.05%
G = 31%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DFB1AB (or 0xDFB1AB) is known color: Cavern Pink. HEX triplet: DF, B1 and AB. RGB value is (223,177,171). Sum of RGB (Red+Green+Blue) = 223+177+171=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB1AB is #204E54. Grayscale: #BEBEBE. Windows color (decimal): -2117205 or 11252191. OLE color: 11252191.

HSL color Cylindrical-coordinate representation of color #DFB1AB: hue angle of 6.92º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFB1AB is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 177 171 -
CMYK 0 0.21 0.23 0.13
HSL 6.92º 0.45% 0.77% -
HSV(B) 6.92º 0.23% 0.87% -
XYZ 53.5 50.07 45.37 -
YUV 190.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 223 177 171 0 0.21 0.23 0.13 6.92 0.45 0.77
Hex DF B1 AB 0 15 17 D 7 2D 4D
Octal 337 261 253 0 25 27 15 7 55 115
Binary 11011111 10110001 10101011 0 10101 10111 1101 111 101101 1001101

Color Harmonies of #DFB1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB1AB

Black with #DFB1AB

Text Example


Text Example

White with #DFB1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB1AB; }

 p { color: rgb(223,177,171); }

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

background-color css

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

 a { background-color: rgb(223,177,171); }

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

border-color css

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

 span { border-color: rgb(223,177,171); }

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