#D2BBAD

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

Shades of Wafer #D2BBAD

Tints of Wafer #D2BBAD

Color information

#D2BBAD (or 0xD2BBAD) is unknown color: approx Wafer. HEX triplet: D2, BB and AD. RGB value is (210,187,173). Sum of RGB (Red+Green+Blue) = 210+187+173=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BBAD is #2D4452. Grayscale: #C0C0C0. Windows color (decimal): -2966611 or 11385810. OLE color: 11385810.

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

Color convert

RGB210187173-
CMYK00.110.180.18
HSL22.7º29.13%75.1%-
HSV(B)22.7º17.62%82.35%-
XYZ51.8952.2646.89-
YUV192.28117.12140.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.84%
GREEN value IS 187 (73.44% from 255) = 32.81%
BLUE value IS 173 (67.97% from 255) = 30.35%
R=36.84%
G=32.81%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018717300.110.180.1822.729.1375.1
HexD2BBAD0B1212171d4b
Octal32227325501322222735113
Binary11010010101110111010110101011100101001010111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BBAD; }

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

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

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

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

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

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

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

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