#DCBAB3

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

Shades of Cavern Pink #DCBAB3

Tints of Cavern Pink #DCBAB3

Color information

#DCBAB3 (or 0xDCBAB3) is unknown color: approx Cavern Pink. HEX triplet: DC, BA and B3. RGB value is (220,186,179). Sum of RGB (Red+Green+Blue) = 220+186+179=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAB3 is #23454C. Grayscale: #C3C3C3. Windows color (decimal): -2311501 or 11778780. OLE color: 11778780.

HSL color Cylindrical-coordinate representation of color #DCBAB3: hue angle of 10.24º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCBAB3 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB220186179-
CMYK00.150.190.14
HSL10.24º36.94%78.24%-
HSV(B)10.24º18.64%86.27%-
XYZ55.2153.5950.08-
YUV195.37118.76145.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 179 (70.31% from 255) = 30.60%
R=37.61%
G=31.79%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018617900.150.190.1410.2436.9478.24
HexDCBAB30F13Ea254e
Octal33427226301723161245116
Binary1101110010111010101100110111110011111010101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAB3; }

 p { color: rgb(220,186,179); }

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

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

 a { background-color: rgb(220,186,179); }

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

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

 span { border-color: rgb(220,186,179); }

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