Html Css Color HEX #DABAB6 Cavern Pink

📋 copy color: '#DABAB6'

red 218 ◦ green 186 ◦ blue 182

#DABAB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cavern Pink #DABAB6

Tints of Cavern Pink #DABAB6

RGB

 RED value IS 218 (85.55% from 255) = 37.2%

 GREEN value IS 186 (73.05% from 255) = 31.74%

 BLUE value IS 182 (71.48% from 255) = 31.06%

R = 37.2%
G = 31.74%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DABAB6 (or 0xDABAB6) is known color: Cavern Pink. HEX triplet: DA, BA and B6. RGB value is (218,186,182). Sum of RGB (Red+Green+Blue) = 218+186+182=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAB6 is #254549. Grayscale: #C3C3C3. Windows color (decimal): -2442570 or 11975386. OLE color: 11975386.

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

Color convert

RGB 218 186 182 -
CMYK 0 0.15 0.17 0.15
HSL 6.67º 0.33% 0.78% -
HSV(B) 6.67º 0.17% 0.85% -
XYZ 54.92 53.4 51.67 -
YUV 195.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 218 186 182 0 0.15 0.17 0.15 6.67 0.33 0.78
Hex DA BA B6 0 F 11 F 7 21 4E
Octal 332 272 266 0 17 21 17 7 41 116
Binary 11011010 10111010 10110110 0 1111 10001 1111 111 100001 1001110

Color Harmonies of #DABAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABAB6

Black with #DABAB6

Text Example


Text Example

White with #DABAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABAB6; }

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

 H1.HeaderClassName
 {
   color: #DABAB6;
 }
 .AnyTagClassName
 {
   color: #DABAB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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