#DFE5FC

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

Shades of Lavender #DFE5FC

Tints of Lavender #DFE5FC

Color information

#DFE5FC (or 0xDFE5FC) is unknown color: approx Lavender. HEX triplet: DF, E5 and FC. RGB value is (223,229,252). Sum of RGB (Red+Green+Blue) = 223+229+252=704 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.68% from 704); Green value is 229 (89.84% from 255 or 32.53% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFE5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE5FC is #201A03. Grayscale: #E5E5E5. Windows color (decimal): -2103812 or 16573919. OLE color: 16573919.

HSL color Cylindrical-coordinate representation of color #DFE5FC: hue angle of 227.59º 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 #DFE5FC is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223229252-
CMYK0.120.0900.01
HSL227.59º82.86%93.14%-
HSV(B)227.59º11.51%98.82%-
XYZ76.0278.75103.29-
YUV229.83140.51123.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.68%
GREEN value IS 229 (89.84% from 255) = 32.53%
BLUE value IS 252 (98.83% from 255) = 35.80%
R=31.68%
G=32.53%
B=35.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232292520.120.0900.01227.5982.8693.14
HexDFE5FCC901e4535d
Octal337345374141101344123135
Binary11011111111001011111110011001001011110010010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE5FC; }

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

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

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

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

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

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

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

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