#DFBDBB

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

Shades of Cavern Pink #DFBDBB

Tints of Cavern Pink #DFBDBB

Color information

#DFBDBB (or 0xDFBDBB) is unknown color: approx Cavern Pink. HEX triplet: DF, BD and BB. RGB value is (223,189,187). Sum of RGB (Red+Green+Blue) = 223+189+187=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDBB is #204244. Grayscale: #C6C6C6. Windows color (decimal): -2114117 or 12303839. OLE color: 12303839.

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

Color convert

RGB223189187-
CMYK00.150.160.13
HSL3.33º36%80.39%-
HSV(B)3.33º16.14%87.45%-
XYZ57.655.6754.72-
YUV198.94121.26145.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.23%
GREEN value IS 189 (74.22% from 255) = 31.55%
BLUE value IS 187 (73.44% from 255) = 31.22%
R=37.23%
G=31.55%
B=31.22%

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
Decimal22318918700.150.160.133.333680.39
HexDFBDBB0F10D32450
Octal3372752730172015344120
Binary11011111101111011011101101111100001101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDBB; }

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

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

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

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

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

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

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

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