#FFDFF5

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

Shades of Lavender Blush #FFDFF5

Tints of Lavender Blush #FFDFF5

Color information

#FFDFF5 (or 0xFFDFF5) is unknown color: approx Lavender Blush. HEX triplet: FF, DF and F5. RGB value is (255,223,245). Sum of RGB (Red+Green+Blue) = 255+223+245=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 223 (87.5% from 255 or 30.84% from 723); Blue value is 245 (96.09% from 255 or 33.89% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFF5 is #00200A. Grayscale: #EBEBEB. Windows color (decimal): -8203 or 16113663. OLE color: 16113663.

HSL color Cylindrical-coordinate representation of color #FFDFF5: hue angle of 318.75º 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 #FFDFF5 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB255223245-
CMYK00.130.040
HSL318.75º100%93.73%-
HSV(B)318.75º12.55%100%-
XYZ84.1180.6397.52-
YUV235.08133.6142.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.27%
GREEN value IS 223 (87.5% from 255) = 30.84%
BLUE value IS 245 (96.09% from 255) = 33.89%
R=35.27%
G=30.84%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522324500.130.040318.7510093.73
HexFFDFF50D4013f645e
Octal37733736501540477144136
Binary11111111110111111111010101101100010011111111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFF5; }

 p { color: rgb(255,223,245); }

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

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

 a { background-color: rgb(255,223,245); }

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

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

 span { border-color: rgb(255,223,245); }

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