#DFE4FC

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

Shades of Lavender #DFE4FC

Tints of Lavender #DFE4FC

Color information

#DFE4FC (or 0xDFE4FC) is unknown color: approx Lavender. HEX triplet: DF, E4 and FC. RGB value is (223,228,252). Sum of RGB (Red+Green+Blue) = 223+228+252=703 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.72% from 703); Green value is 228 (89.45% from 255 or 32.43% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFE4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE4FC is #201B03. Grayscale: #E5E5E5. Windows color (decimal): -2104068 or 16573663. OLE color: 16573663.

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

Color convert

RGB223228252-
CMYK0.120.1000.01
HSL229.66º82.86%93.14%-
HSV(B)229.66º11.51%98.82%-
XYZ75.7578.2103.2-
YUV229.24140.84123.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.72%
GREEN value IS 228 (89.45% from 255) = 32.43%
BLUE value IS 252 (98.83% from 255) = 35.85%
R=31.72%
G=32.43%
B=35.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232282520.120.1000.01229.6682.8693.14
HexDFE4FCCA01e6535d
Octal337344374141201346123135
Binary11011111111001001111110011001010011110011010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE4FC; }

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

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

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

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

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

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

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

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