#DFCDE2

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

Shades of Snuff #DFCDE2

Tints of Snuff #DFCDE2

Color information

#DFCDE2 (or 0xDFCDE2) is unknown color: approx Snuff. HEX triplet: DF, CD and E2. RGB value is (223,205,226). Sum of RGB (Red+Green+Blue) = 223+205+226=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFCDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDE2 is #20321D. Grayscale: #D4D4D4. Windows color (decimal): -2109982 or 14863839. OLE color: 14863839.

HSL color Cylindrical-coordinate representation of color #DFCDE2: hue angle of 291.43º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCDE2 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223205226-
CMYK0.010.0900.11
HSL291.43º26.58%84.51%-
HSV(B)291.43º9.29%88.63%-
XYZ65.9964.8480.99-
YUV212.78135.46135.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.10%
GREEN value IS 205 (80.47% from 255) = 31.35%
BLUE value IS 226 (88.67% from 255) = 34.56%
R=34.10%
G=31.35%
B=34.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232052260.010.0900.11291.4326.5884.51
HexDFCDE2190B1231b55
Octal33731534211101344333125
Binary1101111111001101111000101100101011100100011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDE2; }

 p { color: rgb(223,205,226); }

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

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

 a { background-color: rgb(223,205,226); }

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

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

 span { border-color: rgb(223,205,226); }

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