#DABBBB

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

Shades of Cavern Pink #DABBBB

Tints of Cavern Pink #DABBBB

Color information

#DABBBB (or 0xDABBBB) is unknown color: approx Cavern Pink. HEX triplet: DA, BB and BB. RGB value is (218,187,187). Sum of RGB (Red+Green+Blue) = 218+187+187=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBBB is #254444. Grayscale: #C4C4C4. Windows color (decimal): -2442309 or 12303322. OLE color: 12303322.

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

Color convert

RGB218187187-
CMYK00.140.140.15
HSL29.52%79.41%-
HSV(B)14.22%85.49%-
XYZ55.6554.0354.51-
YUV196.27122.77143.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 187 (73.44% from 255) = 31.59%
R=36.82%
G=31.59%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818718700.140.140.15029.5279.41
HexDABBBB0EEF01e4f
Octal3322732730161617036117
Binary11011010101110111011101101110111011110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBBB; }

 p { color: rgb(218,187,187); }

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

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

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

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

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

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

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