Html Css Color HEX #D9BCB7 Cavern Pink

📋 copy color: '#D9BCB7'

red 217 ◦ green 188 ◦ blue 183

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

Shades of Cavern Pink #D9BCB7

Tints of Cavern Pink #D9BCB7

RGB

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

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

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

R = 36.9%
G = 31.97%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D9BCB7 (or 0xD9BCB7) is known color: Cavern Pink. HEX triplet: D9, BC and B7. RGB value is (217,188,183). Sum of RGB (Red+Green+Blue) = 217+188+183=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 183 (71.88% from 255 or 31.12% from 588); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCB7 is #264348. Grayscale: #C4C4C4. Windows color (decimal): -2507593 or 12041433. OLE color: 12041433.

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

Color convert

RGB 217 188 183 -
CMYK 0 0.13 0.16 0.15
HSL 8.82º 0.31% 0.78% -
HSV(B) 8.82º 0.16% 0.85% -
XYZ 55.15 54.14 52.34 -
YUV 196.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 217 188 183 0 0.13 0.16 0.15 8.82 0.31 0.78
Hex D9 BC B7 0 D 10 F 9 1F 4E
Octal 331 274 267 0 15 20 17 11 37 116
Binary 11011001 10111100 10110111 0 1101 10000 1111 1001 11111 1001110

Color Harmonies of #D9BCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BCB7

Black with #D9BCB7

Text Example


Text Example

White with #D9BCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BCB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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