#DBCEDC

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

Shades of Snuff #DBCEDC

Tints of Snuff #DBCEDC

Color information

#DBCEDC (or 0xDBCEDC) is unknown color: approx Snuff. HEX triplet: DB, CE and DC. RGB value is (219,206,220). Sum of RGB (Red+Green+Blue) = 219+206+220=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBCEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEDC is #243123. Grayscale: #D3D3D3. Windows color (decimal): -2371876 or 14470875. OLE color: 14470875.

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

Color convert

RGB219206220-
CMYK0.000.0600.14
HSL295.71º16.67%83.53%-
HSV(B)295.71º6.36%86.27%-
XYZ64.264.3776.75-
YUV211.48132.81133.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.95%
GREEN value IS 206 (80.86% from 255) = 31.94%
BLUE value IS 220 (86.33% from 255) = 34.11%
R=33.95%
G=31.94%
B=34.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192062200.000.0600.14295.7116.6783.53
HexDBCEDC060E1281154
Octal3333163340601645021124
Binary110110111100111011011100011001110100101000100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCEDC; }

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

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

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

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

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

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

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

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