#DFE2FD

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

Shades of Lavender #DFE2FD

Tints of Lavender #DFE2FD

Color information

#DFE2FD (or 0xDFE2FD) is unknown color: approx Lavender. HEX triplet: DF, E2 and FD. RGB value is (223,226,253). Sum of RGB (Red+Green+Blue) = 223+226+253=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 226 (88.67% from 255 or 32.19% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFE2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE2FD is #201D02. Grayscale: #E4E4E4. Windows color (decimal): -2104579 or 16638687. OLE color: 16638687.

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

Color convert

RGB223226253-
CMYK0.120.1100.01
HSL234º88.24%93.33%-
HSV(B)234º11.86%99.22%-
XYZ75.3677.17103.85-
YUV228.18142.01124.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.77%
GREEN value IS 226 (88.67% from 255) = 32.19%
BLUE value IS 253 (99.22% from 255) = 36.04%
R=31.77%
G=32.19%
B=36.04%

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
Decimal2232262530.120.1100.0123488.2493.33
HexDFE2FDCB01ea585d
Octal337342375141301352130135
Binary11011111111000101111110111001011011110101010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE2FD; }

 p { color: rgb(223,226,253); }

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

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

 a { background-color: rgb(223,226,253); }

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

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

 span { border-color: rgb(223,226,253); }

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