Html Css Color HEX #DAB9B8 Cavern Pink

📋 copy color: '#DAB9B8'

red 218 ◦ green 185 ◦ blue 184

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

Shades of Cavern Pink #DAB9B8

Tints of Cavern Pink #DAB9B8

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.52%

 BLUE value IS 184 (72.27% from 255) = 31.35%

R = 37.14%
G = 31.52%
B = 31.35%

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

#DAB9B8 (or 0xDAB9B8) is known color: Cavern Pink. HEX triplet: DA, B9 and B8. RGB value is (218,185,184). Sum of RGB (Red+Green+Blue) = 218+185+184=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 184 (72.27% from 255 or 31.35% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9B8 is #254647. Grayscale: #C2C2C2. Windows color (decimal): -2442824 or 12106202. OLE color: 12106202.

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

Color convert

RGB 218 185 184 -
CMYK 0 0.15 0.16 0.15
HSL 1.76º 0.31% 0.79% -
HSV(B) 1.76º 0.16% 0.85% -
XYZ 54.91 53.06 52.7 -
YUV 194.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 218 185 184 0 0.15 0.16 0.15 1.76 0.31 0.79
Hex DA B9 B8 0 F 10 F 2 1F 4F
Octal 332 271 270 0 17 20 17 2 37 117
Binary 11011010 10111001 10111000 0 1111 10000 1111 10 11111 1001111

Color Harmonies of #DAB9B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB9B8

Black with #DAB9B8

Text Example


Text Example

White with #DAB9B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB9B8; }

 p { color: rgb(218,185,184); }

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

background-color css

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

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

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

border-color css

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

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

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