#D0C1B7

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

Shades of Wafer #D0C1B7

Tints of Wafer #D0C1B7

Color information

#D0C1B7 (or 0xD0C1B7) is unknown color: approx Wafer. HEX triplet: D0, C1 and B7. RGB value is (208,193,183). Sum of RGB (Red+Green+Blue) = 208+193+183=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 183 (71.88% from 255 or 31.34% from 584); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C1B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C1B7 is #2F3E48. Grayscale: #C4C4C4. Windows color (decimal): -3096137 or 12042704. OLE color: 12042704.

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

Color convert

RGB208193183-
CMYK00.070.120.18
HSL24º21.01%76.67%-
HSV(B)24º12.02%81.57%-
XYZ53.6354.9752.58-
YUV196.34120.47136.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.62%
GREEN value IS 193 (75.78% from 255) = 33.05%
BLUE value IS 183 (71.88% from 255) = 31.34%
R=35.62%
G=33.05%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819318300.070.120.182421.0176.67
HexD0C1B707C1218154d
Octal3203012670714223025115
Binary110100001100000110110111011111001001011000101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C1B7; }

 p { color: rgb(208,193,183); }

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

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

 a { background-color: rgb(208,193,183); }

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

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

 span { border-color: rgb(208,193,183); }

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