#DBBCB2

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

Shades of Wafer #DBBCB2

Tints of Wafer #DBBCB2

Color information

#DBBCB2 (or 0xDBBCB2) is unknown color: approx Wafer. HEX triplet: DB, BC and B2. RGB value is (219,188,178). Sum of RGB (Red+Green+Blue) = 219+188+178=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBCB2 is #24434D. Grayscale: #C4C4C4. Windows color (decimal): -2376526 or 11713755. OLE color: 11713755.

HSL color Cylindrical-coordinate representation of color #DBBCB2: hue angle of 14.63º degrees, saturation: 0.36, 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 #DBBCB2 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB219188178-
CMYK00.140.190.14
HSL14.63º36.28%77.84%-
HSV(B)14.63º18.72%85.88%-
XYZ55.2354.2449.68-
YUV196.13117.77144.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 178 (69.92% from 255) = 30.43%
R=37.44%
G=32.14%
B=30.43%

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
Decimal21918817800.140.190.1414.6336.2877.84
HexDBBCB20E13Ef244e
Octal33327426201623161744116
Binary1101101110111100101100100111010011111011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCB2; }

 p { color: rgb(219,188,178); }

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

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

 a { background-color: rgb(219,188,178); }

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

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

 span { border-color: rgb(219,188,178); }

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