#D0BBB1

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

Shades of Wafer #D0BBB1

Tints of Wafer #D0BBB1

Color information

#D0BBB1 (or 0xD0BBB1) is unknown color: approx Wafer. HEX triplet: D0, BB and B1. RGB value is (208,187,177). Sum of RGB (Red+Green+Blue) = 208+187+177=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BBB1 is #2F444E. Grayscale: #C0C0C0. Windows color (decimal): -3097679 or 11647952. OLE color: 11647952.

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

Color convert

RGB208187177-
CMYK00.100.150.18
HSL19.35º24.8%75.49%-
HSV(B)19.35º14.9%81.57%-
XYZ51.7252.1248.93-
YUV192.14119.46139.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.36%
GREEN value IS 187 (73.44% from 255) = 32.69%
BLUE value IS 177 (69.53% from 255) = 30.94%
R=36.36%
G=32.69%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818717700.100.150.1819.3524.875.49
HexD0BBB10AF1213194b
Octal32027326101217222331113
Binary1101000010111011101100010101011111001010011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BBB1; }

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

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

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

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

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

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

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

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