Html Css Color HEX #D9BCBB Cavern Pink

📋 copy color: '#D9BCBB'

red 217 ◦ green 188 ◦ blue 187

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

Shades of Cavern Pink #D9BCBB

Tints of Cavern Pink #D9BCBB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.76%

 BLUE value IS 187 (73.44% from 255) = 31.59%

R = 36.66%
G = 31.76%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D9BCBB (or 0xD9BCBB) is known color: Cavern Pink. HEX triplet: D9, BC and BB. RGB value is (217,188,187). Sum of RGB (Red+Green+Blue) = 217+188+187=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCBB is #264344. Grayscale: #C4C4C4. Windows color (decimal): -2507589 or 12303577. OLE color: 12303577.

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

Color convert

RGB 217 188 187 -
CMYK 0 0.13 0.14 0.15
HSL 0.28% 0.79% -
HSV(B) 0.14% 0.85% -
XYZ 55.57 54.31 54.57 -
YUV 196.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 217 188 187 0 0.13 0.14 0.15 2 0.28 0.79
Hex D9 BC BB 0 D E F 2 1C 4F
Octal 331 274 273 0 15 16 17 2 34 117
Binary 11011001 10111100 10111011 0 1101 1110 1111 10 11100 1001111

Color Harmonies of #D9BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BCBB

Black with #D9BCBB

Text Example


Text Example

White with #D9BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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