#DAB8B5

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

Shades of Cavern Pink #DAB8B5

Tints of Cavern Pink #DAB8B5

Color information

#DAB8B5 (or 0xDAB8B5) is unknown color: approx Cavern Pink. HEX triplet: DA, B8 and B5. RGB value is (218,184,181). Sum of RGB (Red+Green+Blue) = 218+184+181=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 184 (72.27% from 255 or 31.56% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB8B5 is #25474A. Grayscale: #C1C1C1. Windows color (decimal): -2443083 or 11909338. OLE color: 11909338.

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

Color convert

RGB218184181-
CMYK00.160.170.15
HSL4.86º33.33%78.24%-
HSV(B)4.86º16.97%85.49%-
XYZ54.3952.5250.99-
YUV193.82120.76145.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 184 (72.27% from 255) = 31.56%
BLUE value IS 181 (71.09% from 255) = 31.05%
R=37.39%
G=31.56%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818418100.160.170.154.8633.3378.24
HexDAB8B501011F5214e
Octal3322702650202117541116
Binary1101101010111000101101010100001000111111011000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB8B5; }

 p { color: rgb(218,184,181); }

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

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

 a { background-color: rgb(218,184,181); }

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

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

 span { border-color: rgb(218,184,181); }

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