#DFDFFA

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

Shades of Lavender #DFDFFA

Tints of Lavender #DFDFFA

Color information

#DFDFFA (or 0xDFDFFA) is unknown color: approx Lavender. HEX triplet: DF, DF and FA. RGB value is (223,223,250). Sum of RGB (Red+Green+Blue) = 223+223+250=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFDFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFFA is #202005. Grayscale: #E1E1E1. Windows color (decimal): -2105350 or 16441311. OLE color: 16441311.

HSL color Cylindrical-coordinate representation of color #DFDFFA: hue angle of 240º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFDFFA is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223223250-
CMYK0.110.1100.02
HSL240º72.97%92.75%-
HSV(B)240º10.8%98.04%-
XYZ74.0775.37101.09-
YUV226.08141.5125.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.04%
GREEN value IS 223 (87.5% from 255) = 32.04%
BLUE value IS 250 (98.05% from 255) = 35.92%
R=32.04%
G=32.04%
B=35.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232232500.110.1100.0224072.9792.75
HexDFDFFABB02f0495d
Octal337337372131302360111135
Binary110111111101111111111010101110110101111000010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFFA; }

 p { color: rgb(223,223,250); }

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

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

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

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

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

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

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