#DABDBD

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

Shades of Cavern Pink #DABDBD

Tints of Cavern Pink #DABDBD

Color information

#DABDBD (or 0xDABDBD) is unknown color: approx Cavern Pink. HEX triplet: DA, BD and BD. RGB value is (218,189,189). Sum of RGB (Red+Green+Blue) = 218+189+189=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDBD is #254242. Grayscale: #C5C5C5. Windows color (decimal): -2441795 or 12434906. OLE color: 12434906.

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

Color convert

RGB218189189-
CMYK00.130.130.15
HSL28.16%79.8%-
HSV(B)13.3%85.49%-
XYZ56.354.9755.79-
YUV197.67123.11142.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 189 (74.22% from 255) = 31.71%
BLUE value IS 189 (74.22% from 255) = 31.71%
R=36.58%
G=31.71%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818918900.130.130.15028.1679.8
HexDABDBD0DDF01c50
Octal3322752750151517034120
Binary11011010101111011011110101101110111110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDBD; }

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

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

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

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

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

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

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

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