#DFC0BB

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

Shades of Cavern Pink #DFC0BB

Tints of Cavern Pink #DFC0BB

Color information

#DFC0BB (or 0xDFC0BB) is unknown color: approx Cavern Pink. HEX triplet: DF, C0 and BB. RGB value is (223,192,187). Sum of RGB (Red+Green+Blue) = 223+192+187=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0BB is #203F44. Grayscale: #C8C8C8. Windows color (decimal): -2113349 or 12304607. OLE color: 12304607.

HSL color Cylindrical-coordinate representation of color #DFC0BB: hue angle of 8.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC0BB is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB223192187-
CMYK00.140.160.13
HSL8.33º36%80.39%-
HSV(B)8.33º16.14%87.45%-
XYZ58.2556.9854.94-
YUV200.7120.27143.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.04%
GREEN value IS 192 (75.39% from 255) = 31.89%
BLUE value IS 187 (73.44% from 255) = 31.06%
R=37.04%
G=31.89%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319218700.140.160.138.333680.39
HexDFC0BB0E10D82450
Octal33730027301620151044120
Binary1101111111000000101110110111010000110110001001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0BB; }

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

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

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

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

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

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

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

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