#DFBDBD

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

Shades of Cavern Pink #DFBDBD

Tints of Cavern Pink #DFBDBD

Color information

#DFBDBD (or 0xDFBDBD) is unknown color: approx Cavern Pink. HEX triplet: DF, BD and BD. RGB value is (223,189,189). Sum of RGB (Red+Green+Blue) = 223+189+189=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDBD is #204242. Grayscale: #C7C7C7. Windows color (decimal): -2114115 or 12434911. OLE color: 12434911.

HSL color Cylindrical-coordinate representation of color #DFBDBD: hue angle of 0º 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 #DFBDBD is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB223189189-
CMYK00.150.150.13
HSL34.69%80.78%-
HSV(B)15.25%87.45%-
XYZ57.8155.7655.86-
YUV199.17122.26145-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=37.10%
G=31.45%
B=31.45%

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
Decimal22318918900.150.150.13034.6980.78
HexDFBDBD0FFD02351
Octal3372752750171715043121
Binary110111111011110110111101011111111110101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDBD; }

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

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

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

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

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

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

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

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