#D8D0BE

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

Shades of Blanc #D8D0BE

Tints of Blanc #D8D0BE

Color information

#D8D0BE (or 0xD8D0BE) is unknown color: approx Blanc. HEX triplet: D8, D0 and BE. RGB value is (216,208,190). Sum of RGB (Red+Green+Blue) = 216+208+190=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D0BE is #272F41. Grayscale: #D0D0D0. Windows color (decimal): -2568002 or 12505304. OLE color: 12505304.

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

Color convert

RGB216208190-
CMYK00.040.120.15
HSL41.54º25%79.61%-
HSV(B)41.54º12.04%84.71%-
XYZ60.1763.4357.79-
YUV208.34117.65133.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.18%
GREEN value IS 208 (81.64% from 255) = 33.88%
BLUE value IS 190 (74.61% from 255) = 30.94%
R=35.18%
G=33.88%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620819000.040.120.1541.542579.61
HexD8D0BE04CF2a1950
Octal3303202760414175231120
Binary110110001101000010111110010011001111101010110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D0BE; }

 p { color: rgb(216,208,190); }

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

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

 a { background-color: rgb(216,208,190); }

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

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

 span { border-color: rgb(216,208,190); }

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