#DFE3FA

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

Shades of Lavender #DFE3FA

Tints of Lavender #DFE3FA

Color information

#DFE3FA (or 0xDFE3FA) is unknown color: approx Lavender. HEX triplet: DF, E3 and FA. RGB value is (223,227,250). Sum of RGB (Red+Green+Blue) = 223+227+250=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 227 (89.06% from 255 or 32.43% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFE3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE3FA is #201C05. Grayscale: #E4E4E4. Windows color (decimal): -2104326 or 16442335. OLE color: 16442335.

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

Color convert

RGB223227250-
CMYK0.110.0900.02
HSL231.11º72.97%92.75%-
HSV(B)231.11º10.8%98.04%-
XYZ75.1677.53101.45-
YUV228.43140.17124.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.86%
GREEN value IS 227 (89.06% from 255) = 32.43%
BLUE value IS 250 (98.05% from 255) = 35.71%
R=31.86%
G=32.43%
B=35.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232272500.110.0900.02231.1172.9792.75
HexDFE3FAB902e7495d
Octal337343372131102347111135
Binary110111111110001111111010101110010101110011110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE3FA; }

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

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

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

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

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

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

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

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