Html Css Color HEX #DABAB5 Cavern Pink

📋 copy color: '#DABAB5'

red 218 ◦ green 186 ◦ blue 181

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

Shades of Cavern Pink #DABAB5

Tints of Cavern Pink #DABAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.94%

R = 37.26%
G = 31.79%
B = 30.94%

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

#DABAB5 (or 0xDABAB5) is known color: Cavern Pink. HEX triplet: DA, BA and B5. RGB value is (218,186,181). Sum of RGB (Red+Green+Blue) = 218+186+181=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAB5 is #25454A. Grayscale: #C3C3C3. Windows color (decimal): -2442571 or 11909850. OLE color: 11909850.

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

Color convert

RGB 218 186 181 -
CMYK 0 0.15 0.17 0.15
HSL 8.11º 0.33% 0.78% -
HSV(B) 8.11º 0.17% 0.85% -
XYZ 54.81 53.36 51.13 -
YUV 195 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 218 186 181 0 0.15 0.17 0.15 8.11 0.33 0.78
Hex DA BA B5 0 F 11 F 8 21 4E
Octal 332 272 265 0 17 21 17 10 41 116
Binary 11011010 10111010 10110101 0 1111 10001 1111 1000 100001 1001110

Color Harmonies of #DABAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABAB5

Black with #DABAB5

Text Example


Text Example

White with #DABAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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