#DBDFDC

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

Shades of Swans Down #DBDFDC

Tints of Swans Down #DBDFDC

Color information

#DBDFDC (or 0xDBDFDC) is unknown color: approx Swans Down. HEX triplet: DB, DF and DC. RGB value is (219,223,220). Sum of RGB (Red+Green+Blue) = 219+223+220=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFDC is #242023. Grayscale: #DDDDDD. Windows color (decimal): -2367524 or 14475227. OLE color: 14475227.

HSL color Cylindrical-coordinate representation of color #DBDFDC: hue angle of 135º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBDFDC is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB219223220-
CMYK0.0200.010.13
HSL135º5.88%86.67%-
HSV(B)135º1.79%87.45%-
XYZ68.527378.19-
YUV221.46127.17126.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.08%
GREEN value IS 223 (87.5% from 255) = 33.69%
BLUE value IS 220 (86.33% from 255) = 33.23%
R=33.08%
G=33.69%
B=33.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192232200.0200.010.131355.8886.67
HexDBDFDC201D87657
Octal333337334201152076127
Binary11011011110111111101110010011101100001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFDC; }

 p { color: rgb(219,223,220); }

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

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

 a { background-color: rgb(219,223,220); }

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

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

 span { border-color: rgb(219,223,220); }

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