#DBCEDD

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

Shades of Snuff #DBCEDD

Tints of Snuff #DBCEDD

Color information

#DBCEDD (or 0xDBCEDD) is unknown color: approx Snuff. HEX triplet: DB, CE and DD. RGB value is (219,206,221). Sum of RGB (Red+Green+Blue) = 219+206+221=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBCEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEDD is #243122. Grayscale: #D3D3D3. Windows color (decimal): -2371875 or 14536411. OLE color: 14536411.

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

Color convert

RGB219206221-
CMYK0.010.0700.13
HSL292º18.07%83.73%-
HSV(B)292º6.79%86.67%-
XYZ64.3464.4277.45-
YUV211.6133.31133.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.90%
GREEN value IS 206 (80.86% from 255) = 31.89%
BLUE value IS 221 (86.72% from 255) = 34.21%
R=33.90%
G=31.89%
B=34.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192062210.010.0700.1329218.0783.73
HexDBCEDD170D1241254
Octal3333163351701544422124
Binary110110111100111011011101111101101100100100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCEDD; }

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

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

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

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

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

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

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

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