#D9BEBC

Color #D9BEBC Cavern Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cavern Pink #D9BEBC

Tints of Cavern Pink #D9BEBC

Color information

#D9BEBC (or 0xD9BEBC) is unknown color: approx Cavern Pink. HEX triplet: D9, BE and BC. RGB value is (217,190,188). Sum of RGB (Red+Green+Blue) = 217+190+188=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BEBC is #264143. Grayscale: #C5C5C5. Windows color (decimal): -2507076 or 12369625. OLE color: 12369625.

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

Color convert

RGB217190188-
CMYK00.120.130.15
HSL4.14º27.62%79.41%-
HSV(B)4.14º13.36%85.1%-
XYZ56.1155.2155.28-
YUV197.84122.45141.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.47%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 188 (73.83% from 255) = 31.60%
R=36.47%
G=31.93%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719018800.120.130.154.1427.6279.41
HexD9BEBC0CDF41c4f
Octal3312762740141517434117
Binary1101100110111110101111000110011011111100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BEBC; }

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

 H1.HeaderClassName
 {
   color: #D9BEBC;
 }
 .AnyTagClassName
 {
   color: #D9BEBC;
 }
</style>
background-color css

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

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

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

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

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

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