#DFBDB6

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

Shades of Cavern Pink #DFBDB6

Tints of Cavern Pink #DFBDB6

Color information

#DFBDB6 (or 0xDFBDB6) is unknown color: approx Cavern Pink. HEX triplet: DF, BD and B6. RGB value is (223,189,182). Sum of RGB (Red+Green+Blue) = 223+189+182=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDB6 is #204249. Grayscale: #C6C6C6. Windows color (decimal): -2114122 or 11976159. OLE color: 11976159.

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

Color convert

RGB223189182-
CMYK00.150.180.13
HSL10.24º39.05%79.41%-
HSV(B)10.24º18.39%87.45%-
XYZ57.0755.4651.95-
YUV198.37118.76145.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.54%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 182 (71.48% from 255) = 30.64%
R=37.54%
G=31.82%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318918200.150.180.1310.2439.0579.41
HexDFBDB60F12Da274f
Octal33727526601722151247117
Binary1101111110111101101101100111110010110110101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDB6; }

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

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

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

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

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

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

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

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