#DABAB3

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

Shades of Cavern Pink #DABAB3

Tints of Cavern Pink #DABAB3

Color information

#DABAB3 (or 0xDABAB3) is unknown color: approx Cavern Pink. HEX triplet: DA, BA and B3. RGB value is (218,186,179). Sum of RGB (Red+Green+Blue) = 218+186+179=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAB3 is #25454C. Grayscale: #C2C2C2. Windows color (decimal): -2442573 or 11778778. OLE color: 11778778.

HSL color Cylindrical-coordinate representation of color #DABAB3: hue angle of 10.77º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DABAB3 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB218186179-
CMYK00.150.180.15
HSL10.77º34.51%77.84%-
HSV(B)10.77º17.89%85.49%-
XYZ54.6153.2850.05-
YUV194.77119.1144.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 179 (70.31% from 255) = 30.70%
R=37.39%
G=31.90%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818617900.150.180.1510.7734.5177.84
HexDABAB30F12Fb234e
Octal33227226301722171343116
Binary1101101010111010101100110111110010111110111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAB3; }

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

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

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

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

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

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

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

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