Html Css Color HEX #D9BAB6 Cavern Pink

📋 copy color: '#D9BAB6'

red 217 ◦ green 186 ◦ blue 182

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

Shades of Cavern Pink #D9BAB6

Tints of Cavern Pink #D9BAB6

RGB

 RED value IS 217 (85.16% from 255) = 37.09%

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

 BLUE value IS 182 (71.48% from 255) = 31.11%

R = 37.09%
G = 31.79%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D9BAB6 (or 0xD9BAB6) is known color: Cavern Pink. HEX triplet: D9, BA and B6. RGB value is (217,186,182). Sum of RGB (Red+Green+Blue) = 217+186+182=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAB6 is #264549. Grayscale: #C2C2C2. Windows color (decimal): -2508106 or 11975385. OLE color: 11975385.

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

Color convert

RGB 217 186 182 -
CMYK 0 0.14 0.16 0.15
HSL 6.86º 0.32% 0.78% -
HSV(B) 6.86º 0.16% 0.85% -
XYZ 54.62 53.25 51.65 -
YUV 194.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 217 186 182 0 0.14 0.16 0.15 6.86 0.32 0.78
Hex D9 BA B6 0 E 10 F 7 20 4E
Octal 331 272 266 0 16 20 17 7 40 116
Binary 11011001 10111010 10110110 0 1110 10000 1111 111 100000 1001110

Color Harmonies of #D9BAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BAB6

Black with #D9BAB6

Text Example


Text Example

White with #D9BAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BAB6; }

 p { color: rgb(217,186,182); }

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

background-color css

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

 a { background-color: rgb(217,186,182); }

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

border-color css

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

 span { border-color: rgb(217,186,182); }

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