#FFDBF7

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

Shades of Snuff #FFDBF7

Tints of Snuff #FFDBF7

Color information

#FFDBF7 (or 0xFFDBF7) is unknown color: approx Snuff. HEX triplet: FF, DB and F7. RGB value is (255,219,247). Sum of RGB (Red+Green+Blue) = 255+219+247=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 219 (85.94% from 255 or 30.37% from 721); Blue value is 247 (96.88% from 255 or 34.26% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBF7 is #002408. Grayscale: #E8E8E8. Windows color (decimal): -9225 or 16243711. OLE color: 16243711.

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

Color convert

RGB255219247-
CMYK00.140.030
HSL313.33º100%92.94%-
HSV(B)313.33º14.12%100%-
XYZ83.3678.6498.78-
YUV232.96135.93143.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.37%
GREEN value IS 219 (85.94% from 255) = 30.37%
BLUE value IS 247 (96.88% from 255) = 34.26%
R=35.37%
G=30.37%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521924700.140.030313.3310092.94
HexFFDBF70E30139645d
Octal37733336701630471144135
Binary1111111111011011111101110111011010011100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDBF7; }

 p { color: rgb(255,219,247); }

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

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

 a { background-color: rgb(255,219,247); }

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

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

 span { border-color: rgb(255,219,247); }

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