#DABFBC

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

Shades of Cavern Pink #DABFBC

Tints of Cavern Pink #DABFBC

Color information

#DABFBC (or 0xDABFBC) is unknown color: approx Cavern Pink. HEX triplet: DA, BF and BC. RGB value is (218,191,188). Sum of RGB (Red+Green+Blue) = 218+191+188=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFBC is #254043. Grayscale: #C6C6C6. Windows color (decimal): -2441284 or 12369882. OLE color: 12369882.

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

Color convert

RGB218191188-
CMYK00.120.140.15
HSL28.85%79.61%-
HSV(B)13.76%85.49%-
XYZ56.6255.855.36-
YUV198.73121.95141.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 188 (73.83% from 255) = 31.49%
R=36.52%
G=31.99%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819118800.120.140.15628.8579.61
HexDABFBC0CEF61d50
Octal3322772740141617635120
Binary1101101010111111101111000110011101111110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFBC; }

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

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

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

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

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

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

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

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