#DECFE1

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

Shades of Snuff #DECFE1

Tints of Snuff #DECFE1

Color information

#DECFE1 (or 0xDECFE1) is unknown color: approx Snuff. HEX triplet: DE, CF and E1. RGB value is (222,207,225). Sum of RGB (Red+Green+Blue) = 222+207+225=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 225 - color contains mainly: blue. Hex color #DECFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECFE1 is #21301E. Grayscale: #D5D5D5. Windows color (decimal): -2175007 or 14798814. OLE color: 14798814.

HSL color Cylindrical-coordinate representation of color #DECFE1: hue angle of 290º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DECFE1 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222207225-
CMYK0.010.0800.12
HSL290º23.08%84.71%-
HSV(B)290º8%88.24%-
XYZ66.0365.5980.41-
YUV213.54134.47134.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.94%
GREEN value IS 207 (81.25% from 255) = 31.65%
BLUE value IS 225 (88.28% from 255) = 34.40%
R=33.94%
G=31.65%
B=34.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222072250.010.0800.1229023.0884.71
HexDECFE1180C1221755
Octal33631734111001444227125
Binary1101111011001111111000011100001100100100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECFE1; }

 p { color: rgb(222,207,225); }

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

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

 a { background-color: rgb(222,207,225); }

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

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

 span { border-color: rgb(222,207,225); }

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