#DFBEBD

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

Shades of Cavern Pink #DFBEBD

Tints of Cavern Pink #DFBEBD

Color information

#DFBEBD (or 0xDFBEBD) is unknown color: approx Cavern Pink. HEX triplet: DF, BE and BD. RGB value is (223,190,189). Sum of RGB (Red+Green+Blue) = 223+190+189=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEBD is #204142. Grayscale: #C7C7C7. Windows color (decimal): -2113859 or 12435167. OLE color: 12435167.

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

Color convert

RGB223190189-
CMYK00.150.150.13
HSL1.76º34.69%80.78%-
HSV(B)1.76º15.25%87.45%-
XYZ58.0356.1955.93-
YUV199.75121.93144.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.04%
GREEN value IS 190 (74.61% from 255) = 31.56%
BLUE value IS 189 (74.22% from 255) = 31.40%
R=37.04%
G=31.56%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319018900.150.150.131.7634.6980.78
HexDFBEBD0FFD22351
Octal3372762750171715243121
Binary1101111110111110101111010111111111101101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBEBD; }

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

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

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

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

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

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

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

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