#DABAB4

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

Shades of Cavern Pink #DABAB4

Tints of Cavern Pink #DABAB4

Color information

#DABAB4 (or 0xDABAB4) is unknown color: approx Cavern Pink. HEX triplet: DA, BA and B4. RGB value is (218,186,180). Sum of RGB (Red+Green+Blue) = 218+186+180=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAB4 is #25454B. Grayscale: #C2C2C2. Windows color (decimal): -2442572 or 11844314. OLE color: 11844314.

HSL color Cylindrical-coordinate representation of color #DABAB4: hue angle of 9.47º degrees, saturation: 0.34, 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 #DABAB4 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB218186180-
CMYK00.150.170.15
HSL9.47º33.93%78.04%-
HSV(B)9.47º17.43%85.49%-
XYZ54.7153.3250.59-
YUV194.88119.6144.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 180 (70.70% from 255) = 30.82%
R=37.33%
G=31.85%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818618000.150.170.159.4733.9378.04
HexDABAB40F11F9224e
Octal33227226401721171142116
Binary1101101010111010101101000111110001111110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAB4; }

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

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

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

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

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

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

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

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