#DFBEBB

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

Shades of Cavern Pink #DFBEBB

Tints of Cavern Pink #DFBEBB

Color information

#DFBEBB (or 0xDFBEBB) is unknown color: approx Cavern Pink. HEX triplet: DF, BE and BB. RGB value is (223,190,187). Sum of RGB (Red+Green+Blue) = 223+190+187=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEBB is #204144. Grayscale: #C7C7C7. Windows color (decimal): -2113861 or 12304095. OLE color: 12304095.

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

Color convert

RGB223190187-
CMYK00.150.160.13
HSL36%80.39%-
HSV(B)16.14%87.45%-
XYZ57.8156.154.8-
YUV199.52120.93144.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.17%
GREEN value IS 190 (74.61% from 255) = 31.67%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=37.17%
G=31.67%
B=31.17%

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
Decimal22319018700.150.160.1353680.39
HexDFBEBB0F10D52450
Octal3372762730172015544120
Binary110111111011111010111011011111000011011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBEBB; }

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

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

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

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

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

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

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

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