#DBBFB2

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

Shades of Wafer #DBBFB2

Tints of Wafer #DBBFB2

Color information

#DBBFB2 (or 0xDBBFB2) is unknown color: approx Wafer. HEX triplet: DB, BF and B2. RGB value is (219,191,178). Sum of RGB (Red+Green+Blue) = 219+191+178=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBFB2 is #24404D. Grayscale: #C5C5C5. Windows color (decimal): -2375758 or 11714523. OLE color: 11714523.

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

Color convert

RGB219191178-
CMYK00.130.190.14
HSL19.02º36.28%77.84%-
HSV(B)19.02º18.72%85.88%-
XYZ55.8855.5449.89-
YUV197.89116.78143.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 178 (69.92% from 255) = 30.27%
R=37.24%
G=32.48%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919117800.130.190.1419.0236.2877.84
HexDBBFB20D13E13244e
Octal33327726201523162344116
Binary11011011101111111011001001101100111110100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFB2; }

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

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

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

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

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

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

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

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