#DABEBA

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

Shades of Cavern Pink #DABEBA

Tints of Cavern Pink #DABEBA

Color information

#DABEBA (or 0xDABEBA) is unknown color: approx Cavern Pink. HEX triplet: DA, BE and BA. RGB value is (218,190,186). Sum of RGB (Red+Green+Blue) = 218+190+186=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEBA is #254145. Grayscale: #C5C5C5. Windows color (decimal): -2441542 or 12238554. OLE color: 12238554.

HSL color Cylindrical-coordinate representation of color #DABEBA: hue angle of 7.5º 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 #DABEBA is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218190186-
CMYK00.130.150.15
HSL7.5º30.19%79.22%-
HSV(B)7.5º14.68%85.49%-
XYZ56.1955.2854.16-
YUV197.92121.28142.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.70%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 186 (73.05% from 255) = 31.31%
R=36.70%
G=31.99%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819018600.130.150.157.530.1979.22
HexDABEBA0DFF81e4f
Octal33227627201517171036117
Binary11011010101111101011101001101111111111000111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEBA; }

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

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

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

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

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

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

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

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