Html Css Color HEX #DAB7B3 Cavern Pink

📋 copy color: '#DAB7B3'

red 218 ◦ green 183 ◦ blue 179

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

Shades of Cavern Pink #DAB7B3

Tints of Cavern Pink #DAB7B3

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.55%

 BLUE value IS 179 (70.31% from 255) = 30.86%

R = 37.59%
G = 31.55%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DAB7B3 (or 0xDAB7B3) is known color: Cavern Pink. HEX triplet: DA, B7 and B3. RGB value is (218,183,179). Sum of RGB (Red+Green+Blue) = 218+183+179=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB7B3 is #25484C. Grayscale: #C1C1C1. Windows color (decimal): -2443341 or 11778010. OLE color: 11778010.

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

Color convert

RGB 218 183 179 -
CMYK 0 0.16 0.18 0.15
HSL 6.15º 0.35% 0.78% -
HSV(B) 6.15º 0.18% 0.85% -
XYZ 53.98 52.03 49.84 -
YUV 193.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 218 183 179 0 0.16 0.18 0.15 6.15 0.35 0.78
Hex DA B7 B3 0 10 12 F 6 23 4E
Octal 332 267 263 0 20 22 17 6 43 116
Binary 11011010 10110111 10110011 0 10000 10010 1111 110 100011 1001110

Color Harmonies of #DAB7B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB7B3

Black with #DAB7B3

Text Example


Text Example

White with #DAB7B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB7B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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