#DABFBA

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

Shades of Cavern Pink #DABFBA

Tints of Cavern Pink #DABFBA

Color information

#DABFBA (or 0xDABFBA) is unknown color: approx Cavern Pink. HEX triplet: DA, BF and BA. RGB value is (218,191,186). Sum of RGB (Red+Green+Blue) = 218+191+186=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFBA is #254045. Grayscale: #C6C6C6. Windows color (decimal): -2441286 or 12238810. OLE color: 12238810.

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

Color convert

RGB218191186-
CMYK00.120.150.15
HSL9.38º30.19%79.22%-
HSV(B)9.38º14.68%85.49%-
XYZ56.4155.7154.23-
YUV198.5120.95141.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=36.64%
G=32.10%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819118600.120.150.159.3830.1979.22
HexDABFBA0CFF91e4f
Octal33227727201417171136117
Binary11011010101111111011101001100111111111001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFBA; }

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

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

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

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

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

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

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

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