#FFDEF8

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

Shades of Snuff #FFDEF8

Tints of Snuff #FFDEF8

Color information

#FFDEF8 (or 0xFFDEF8) is unknown color: approx Snuff. HEX triplet: FF, DE and F8. RGB value is (255,222,248). Sum of RGB (Red+Green+Blue) = 255+222+248=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 222 (87.11% from 255 or 30.62% from 725); Blue value is 248 (97.27% from 255 or 34.21% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDEF8 is #002107. Grayscale: #EAEAEA. Windows color (decimal): -8456 or 16310015. OLE color: 16310015.

HSL color Cylindrical-coordinate representation of color #FFDEF8: hue angle of 312.73º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDEF8 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB255222248-
CMYK00.130.030
HSL312.73º100%93.53%-
HSV(B)312.73º12.94%100%-
XYZ84.380.2899.86-
YUV234.83135.43142.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.17%
GREEN value IS 222 (87.11% from 255) = 30.62%
BLUE value IS 248 (97.27% from 255) = 34.21%
R=35.17%
G=30.62%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522224800.130.030312.7310093.53
HexFFDEF80D30139645e
Octal37733637001530471144136
Binary1111111111011110111110000110111010011100111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEF8; }

 p { color: rgb(255,222,248); }

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

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

 a { background-color: rgb(255,222,248); }

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

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

 span { border-color: rgb(255,222,248); }

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