Html Css Color HEX #D9BFBC Cavern Pink

📋 copy color: '#D9BFBC'

red 217 ◦ green 191 ◦ blue 188

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

Shades of Cavern Pink #D9BFBC

Tints of Cavern Pink #D9BFBC

RGB

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

 GREEN value IS 191 (75% from 255) = 32.05%

 BLUE value IS 188 (73.83% from 255) = 31.54%

R = 36.41%
G = 32.05%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D9BFBC (or 0xD9BFBC) is known color: Cavern Pink. HEX triplet: D9, BF and BC. RGB value is (217,191,188). Sum of RGB (Red+Green+Blue) = 217+191+188=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BFBC is #264043. Grayscale: #C6C6C6. Windows color (decimal): -2506820 or 12369881. OLE color: 12369881.

HSL color Cylindrical-coordinate representation of color #D9BFBC: hue angle of 6.21º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9BFBC is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 191 188 -
CMYK 0 0.12 0.13 0.15
HSL 6.21º 0.28% 0.79% -
HSV(B) 6.21º 0.13% 0.85% -
XYZ 56.32 55.64 55.35 -
YUV 198.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 217 191 188 0 0.12 0.13 0.15 6.21 0.28 0.79
Hex D9 BF BC 0 C D F 6 1C 4F
Octal 331 277 274 0 14 15 17 6 34 117
Binary 11011001 10111111 10111100 0 1100 1101 1111 110 11100 1001111

Color Harmonies of #D9BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BFBC

Black with #D9BFBC

Text Example


Text Example

White with #D9BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BFBC; }

 p { color: rgb(217,191,188); }

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

background-color css

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

 a { background-color: rgb(217,191,188); }

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

border-color css

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

 span { border-color: rgb(217,191,188); }

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