#DFE0FC

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

Shades of Lavender #DFE0FC

Tints of Lavender #DFE0FC

Color information

#DFE0FC (or 0xDFE0FC) is unknown color: approx Lavender. HEX triplet: DF, E0 and FC. RGB value is (223,224,252). Sum of RGB (Red+Green+Blue) = 223+224+252=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 224 (87.89% from 255 or 32.05% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFE0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0FC is #201F03. Grayscale: #E2E2E2. Windows color (decimal): -2105092 or 16572639. OLE color: 16572639.

HSL color Cylindrical-coordinate representation of color #DFE0FC: hue angle of 237.93º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFE0FC is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223224252-
CMYK0.120.1100.01
HSL237.93º82.86%93.14%-
HSV(B)237.93º11.51%98.82%-
XYZ74.6676.03102.84-
YUV226.89142.17125.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.90%
GREEN value IS 224 (87.89% from 255) = 32.05%
BLUE value IS 252 (98.83% from 255) = 36.05%
R=31.90%
G=32.05%
B=36.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232242520.120.1100.01237.9382.8693.14
HexDFE0FCCB01ee535d
Octal337340374141301356123135
Binary11011111111000001111110011001011011110111010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0FC; }

 p { color: rgb(223,224,252); }

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

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

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

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

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

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

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