#DBDAD9

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

Shades of Porcelain #DBDAD9

Tints of Porcelain #DBDAD9

Color information

#DBDAD9 (or 0xDBDAD9) is unknown color: approx Porcelain. HEX triplet: DB, DA and D9. RGB value is (219,218,217). Sum of RGB (Red+Green+Blue) = 219+218+217=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAD9 is #242526. Grayscale: #DADADA. Windows color (decimal): -2368807 or 14277339. OLE color: 14277339.

HSL color Cylindrical-coordinate representation of color #DBDAD9: hue angle of 30º degrees, saturation: 0.03, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DBDAD9 is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB219218217-
CMYK00.000.010.14
HSL30º2.7%85.49%-
HSV(B)30º0.91%85.88%-
XYZ66.8170.2175.68-
YUV218.18127.33128.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.49%
GREEN value IS 218 (85.55% from 255) = 33.33%
BLUE value IS 217 (85.16% from 255) = 33.18%
R=33.49%
G=33.33%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921821700.000.010.14302.785.49
HexDBDAD9001E1e355
Octal33333233100116363125
Binary110110111101101011011001001111011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDAD9; }

 p { color: rgb(219,218,217); }

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

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

 a { background-color: rgb(219,218,217); }

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

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

 span { border-color: rgb(219,218,217); }

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