#DFDCFF

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

Shades of Lavender #DFDCFF

Tints of Lavender #DFDCFF

Color information

#DFDCFF (or 0xDFDCFF) is unknown color: approx Lavender. HEX triplet: DF, DC and FF. RGB value is (223,220,255). Sum of RGB (Red+Green+Blue) = 223+220+255=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFDCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCFF is #202300. Grayscale: #E0E0E0. Windows color (decimal): -2106113 or 16768223. OLE color: 16768223.

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

Color convert

RGB223220255-
CMYK0.130.1400
HSL245.14º100%93.14%-
HSV(B)245.14º13.73%100%-
XYZ74.0774.09105.01-
YUV224.89144.99126.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.95%
GREEN value IS 220 (86.33% from 255) = 31.52%
BLUE value IS 255 (100% from 255) = 36.53%
R=31.95%
G=31.52%
B=36.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232202550.130.1400245.1410093.14
HexDFDCFFDE00f5645d
Octal337334377151600365144135
Binary11011111110111001111111111011110001111010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCFF; }

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

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

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

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

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

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

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

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