#DBBDB4

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

Shades of Wafer #DBBDB4

Tints of Wafer #DBBDB4

Color information

#DBBDB4 (or 0xDBBDB4) is unknown color: approx Wafer. HEX triplet: DB, BD and B4. RGB value is (219,189,180). Sum of RGB (Red+Green+Blue) = 219+189+180=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDB4 is #24424B. Grayscale: #C5C5C5. Windows color (decimal): -2376268 or 11845083. OLE color: 11845083.

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

Color convert

RGB219189180-
CMYK00.140.180.14
HSL13.85º35.14%78.24%-
HSV(B)13.85º17.81%85.88%-
XYZ55.6554.7550.81-
YUV196.94118.44143.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 180 (70.70% from 255) = 30.61%
R=37.24%
G=32.14%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918918000.140.180.1413.8535.1478.24
HexDBBDB40E12Ee234e
Octal33327526401622161643116
Binary1101101110111101101101000111010010111011101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBDB4; }

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

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

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

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

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

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

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

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