Html Css Color HEX #DABAB7 Cavern Pink

📋 copy color: '#DABAB7'

red 218 ◦ green 186 ◦ blue 183

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

Shades of Cavern Pink #DABAB7

Tints of Cavern Pink #DABAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.18%

R = 37.14%
G = 31.69%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DABAB7 (or 0xDABAB7) is known color: Cavern Pink. HEX triplet: DA, BA and B7. RGB value is (218,186,183). Sum of RGB (Red+Green+Blue) = 218+186+183=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAB7 is #254548. Grayscale: #C3C3C3. Windows color (decimal): -2442569 or 12040922. OLE color: 12040922.

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

Color convert

RGB 218 186 183 -
CMYK 0 0.15 0.16 0.15
HSL 5.14º 0.32% 0.79% -
HSV(B) 5.14º 0.16% 0.85% -
XYZ 55.02 53.44 52.22 -
YUV 195.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 218 186 183 0 0.15 0.16 0.15 5.14 0.32 0.79
Hex DA BA B7 0 F 10 F 5 20 4F
Octal 332 272 267 0 17 20 17 5 40 117
Binary 11011010 10111010 10110111 0 1111 10000 1111 101 100000 1001111

Color Harmonies of #DABAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABAB7

Black with #DABAB7

Text Example


Text Example

White with #DABAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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