#D0BBAD

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

Shades of Wafer #D0BBAD

Tints of Wafer #D0BBAD

Color information

#D0BBAD (or 0xD0BBAD) is unknown color: approx Wafer. HEX triplet: D0, BB and AD. RGB value is (208,187,173). Sum of RGB (Red+Green+Blue) = 208+187+173=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BBAD is #2F4452. Grayscale: #BFBFBF. Windows color (decimal): -3097683 or 11385808. OLE color: 11385808.

HSL color Cylindrical-coordinate representation of color #D0BBAD: hue angle of 24º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0BBAD is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB208187173-
CMYK00.100.170.18
HSL24º27.13%74.71%-
HSV(B)24º16.83%81.57%-
XYZ51.3351.9746.86-
YUV191.68117.46139.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.62%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 173 (67.97% from 255) = 30.46%
R=36.62%
G=32.92%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818717300.100.170.182427.1374.71
HexD0BBAD0A1112181b4b
Octal32027325501221223033113
Binary11010000101110111010110101010100011001011000110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BBAD; }

 p { color: rgb(208,187,173); }

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

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

 a { background-color: rgb(208,187,173); }

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

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

 span { border-color: rgb(208,187,173); }

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