#DBBDB1

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

Shades of Wafer #DBBDB1

Tints of Wafer #DBBDB1

Color information

#DBBDB1 (or 0xDBBDB1) is unknown color: approx Wafer. HEX triplet: DB, BD and B1. RGB value is (219,189,177). Sum of RGB (Red+Green+Blue) = 219+189+177=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBDB1 is #24424E. Grayscale: #C4C4C4. Windows color (decimal): -2376271 or 11648475. OLE color: 11648475.

HSL color Cylindrical-coordinate representation of color #DBBDB1: hue angle of 17.14º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBBDB1 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB219189177-
CMYK00.140.190.14
HSL17.14º36.84%77.65%-
HSV(B)17.14º19.18%85.88%-
XYZ55.3554.6349.22-
YUV196.6116.94143.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 177 (69.53% from 255) = 30.26%
R=37.44%
G=32.31%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918917700.140.190.1417.1436.8477.65
HexDBBDB10E13E11254e
Octal33327526101623162145116
Binary11011011101111011011000101110100111110100011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBDB1; }

 p { color: rgb(219,189,177); }

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

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

 a { background-color: rgb(219,189,177); }

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

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

 span { border-color: rgb(219,189,177); }

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