#DFBBAF

Color #DFBBAF Cavern Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cavern Pink #DFBBAF

Tints of Cavern Pink #DFBBAF

Color information

#DFBBAF (or 0xDFBBAF) is unknown color: approx Cavern Pink. HEX triplet: DF, BB and AF. RGB value is (223,187,175). Sum of RGB (Red+Green+Blue) = 223+187+175=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBBAF is #204450. Grayscale: #C4C4C4. Windows color (decimal): -2114641 or 11516895. OLE color: 11516895.

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

Color convert

RGB223187175-
CMYK00.160.220.13
HSL15º42.86%78.04%-
HSV(B)15º21.52%87.45%-
XYZ55.9454.3248.09-
YUV196.4115.93146.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 175 (68.75% from 255) = 29.91%
R=38.12%
G=31.97%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318717500.160.220.131542.8678.04
HexDFBBAF01016Df2b4e
Octal33727325702026151753116
Binary11011111101110111010111101000010110110111111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBAF; }

 p { color: rgb(223,187,175); }

 H1.HeaderClassName
 {
   color: #DFBBAF;
 }
 .AnyTagClassName
 {
   color: #DFBBAF;
 }
</style>
background-color css

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

 a { background-color: rgb(223,187,175); }

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

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

 span { border-color: rgb(223,187,175); }

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