#DFBEBC

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

Shades of Cavern Pink #DFBEBC

Tints of Cavern Pink #DFBEBC

Color information

#DFBEBC (or 0xDFBEBC) is unknown color: approx Cavern Pink. HEX triplet: DF, BE and BC. RGB value is (223,190,188). Sum of RGB (Red+Green+Blue) = 223+190+188=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEBC is #204143. Grayscale: #C7C7C7. Windows color (decimal): -2113860 or 12369631. OLE color: 12369631.

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

Color convert

RGB223190188-
CMYK00.150.160.13
HSL3.43º35.35%80.59%-
HSV(B)3.43º15.7%87.45%-
XYZ57.9256.1555.36-
YUV199.64121.43144.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 188 (73.83% from 255) = 31.28%
R=37.10%
G=31.61%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319018800.150.160.133.4335.3580.59
HexDFBEBC0F10D32351
Octal3372762740172015343121
Binary11011111101111101011110001111100001101111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBEBC; }

 p { color: rgb(223,190,188); }

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

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

 a { background-color: rgb(223,190,188); }

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

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

 span { border-color: rgb(223,190,188); }

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