#DCBEB9

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

Shades of Cavern Pink #DCBEB9

Tints of Cavern Pink #DCBEB9

Color information

#DCBEB9 (or 0xDCBEB9) is unknown color: approx Cavern Pink. HEX triplet: DC, BE and B9. RGB value is (220,190,185). Sum of RGB (Red+Green+Blue) = 220+190+185=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEB9 is #234146. Grayscale: #C6C6C6. Windows color (decimal): -2310471 or 12173020. OLE color: 12173020.

HSL color Cylindrical-coordinate representation of color #DCBEB9: hue angle of 8.57º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCBEB9 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB220190185-
CMYK00.140.160.14
HSL8.57º33.33%79.41%-
HSV(B)8.57º15.91%86.27%-
XYZ56.6955.5553.63-
YUV198.4120.44143.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 185 (72.66% from 255) = 31.09%
R=36.97%
G=31.93%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019018500.140.160.148.5733.3379.41
HexDCBEB90E10E9214f
Octal33427627101620161141117
Binary1101110010111110101110010111010000111010011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEB9; }

 p { color: rgb(220,190,185); }

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

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

 a { background-color: rgb(220,190,185); }

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

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

 span { border-color: rgb(220,190,185); }

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