Html Css Color HEX #DAB8B7 Cavern Pink

📋 copy color: '#DAB8B7'

red 218 ◦ green 184 ◦ blue 183

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

Shades of Cavern Pink #DAB8B7

Tints of Cavern Pink #DAB8B7

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.45%

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

R = 37.26%
G = 31.45%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DAB8B7 (or 0xDAB8B7) is known color: Cavern Pink. HEX triplet: DA, B8 and B7. RGB value is (218,184,183). Sum of RGB (Red+Green+Blue) = 218+184+183=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 184 (72.27% from 255 or 31.45% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB8B7 is #254748. Grayscale: #C2C2C2. Windows color (decimal): -2443081 or 12040410. OLE color: 12040410.

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

Color convert

RGB 218 184 183 -
CMYK 0 0.16 0.16 0.15
HSL 1.71º 0.32% 0.79% -
HSV(B) 1.71º 0.16% 0.85% -
XYZ 54.6 52.61 52.08 -
YUV 194.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 218 184 183 0 0.16 0.16 0.15 1.71 0.32 0.79
Hex DA B8 B7 0 10 10 F 2 20 4F
Octal 332 270 267 0 20 20 17 2 40 117
Binary 11011010 10111000 10110111 0 10000 10000 1111 10 100000 1001111

Color Harmonies of #DAB8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB8B7

Black with #DAB8B7

Text Example


Text Example

White with #DAB8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB8B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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