#DBBBB0

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

Shades of Wafer #DBBBB0

Tints of Wafer #DBBBB0

Color information

#DBBBB0 (or 0xDBBBB0) is unknown color: approx Wafer. HEX triplet: DB, BB and B0. RGB value is (219,187,176). Sum of RGB (Red+Green+Blue) = 219+187+176=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 176 (69.14% from 255 or 30.24% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBBB0 is #24444F. Grayscale: #C3C3C3. Windows color (decimal): -2376784 or 11582427. OLE color: 11582427.

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

Color convert

RGB219187176-
CMYK00.150.200.14
HSL15.35º37.39%77.45%-
HSV(B)15.35º19.63%85.88%-
XYZ54.8253.7448.56-
YUV195.31117.1144.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.63%
GREEN value IS 187 (73.44% from 255) = 32.13%
BLUE value IS 176 (69.14% from 255) = 30.24%
R=37.63%
G=32.13%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918717600.150.200.1415.3537.3977.45
HexDBBBB00F14Ef254d
Octal33327326001724161745115
Binary1101101110111011101100000111110100111011111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBB0; }

 p { color: rgb(219,187,176); }

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

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

 a { background-color: rgb(219,187,176); }

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

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

 span { border-color: rgb(219,187,176); }

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