#DABDBB

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

Shades of Cavern Pink #DABDBB

Tints of Cavern Pink #DABDBB

Color information

#DABDBB (or 0xDABDBB) is unknown color: approx Cavern Pink. HEX triplet: DA, BD and BB. RGB value is (218,189,187). Sum of RGB (Red+Green+Blue) = 218+189+187=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDBB is #254244. Grayscale: #C5C5C5. Windows color (decimal): -2441797 or 12303834. OLE color: 12303834.

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

Color convert

RGB218189187-
CMYK00.130.140.15
HSL3.87º29.52%79.41%-
HSV(B)3.87º14.22%85.49%-
XYZ56.0854.8954.65-
YUV197.44122.11142.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.70%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=36.70%
G=31.82%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818918700.130.140.153.8729.5279.41
HexDABDBB0DEF41e4f
Octal3322752730151617436117
Binary1101101010111101101110110110111101111100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDBB; }

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

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

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

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

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

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

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

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