#DABFBD

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

Shades of Cavern Pink #DABFBD

Tints of Cavern Pink #DABFBD

Color information

#DABFBD (or 0xDABFBD) is unknown color: approx Cavern Pink. HEX triplet: DA, BF and BD. RGB value is (218,191,189). Sum of RGB (Red+Green+Blue) = 218+191+189=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFBD is #254042. Grayscale: #C6C6C6. Windows color (decimal): -2441283 or 12435418. OLE color: 12435418.

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

Color convert

RGB218191189-
CMYK00.120.130.15
HSL4.14º28.16%79.8%-
HSV(B)4.14º13.3%85.49%-
XYZ56.7355.8455.93-
YUV198.84122.45141.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 191 (75% from 255) = 31.94%
BLUE value IS 189 (74.22% from 255) = 31.61%
R=36.45%
G=31.94%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819118900.120.130.154.1428.1679.8
HexDABFBD0CDF41c50
Octal3322772750141517434120
Binary1101101010111111101111010110011011111100111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFBD; }

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

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

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

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

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

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

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

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