Html Css Color HEX #DFE1FA Lavender

📋 copy color: '#DFE1FA'

red 223 ◦ green 225 ◦ blue 250

#DFE1FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender #DFE1FA

Tints of Lavender #DFE1FA

RGB

 RED value IS 223 (87.5% from 255) = 31.95%

 GREEN value IS 225 (88.28% from 255) = 32.23%

 BLUE value IS 250 (98.05% from 255) = 35.82%

R = 31.95%
G = 32.23%
B = 35.82%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFE1FA (or 0xDFE1FA) is known color: Lavender. HEX triplet: DF, E1 and FA. RGB value is (223,225,250). Sum of RGB (Red+Green+Blue) = 223+225+250=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFE1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE1FA is #201E05. Grayscale: #E3E3E3. Windows color (decimal): -2104838 or 16441823. OLE color: 16441823.

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

Color convert

RGB 223 225 250 -
CMYK 0.11 0.10 0 0.02
HSL 235.56º 0.73% 0.93% -
HSV(B) 235.56º 0.11% 0.98% -
XYZ 74.61 76.44 101.26 -
YUV 227.25 140.84 124.97 -
System Red Green Blue C M Y K H S L
Decimal 223 225 250 0.11 0.10 0 0.02 235.56 0.73 0.93
Hex DF E1 FA B A 0 2 EC 49 5D
Octal 337 341 372 13 12 0 2 354 111 135
Binary 11011111 11100001 11111010 1011 1010 0 10 11101100 1001001 1011101

Color Harmonies of #DFE1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE1FA

Black with #DFE1FA

Text Example


Text Example

White with #DFE1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE1FA; }

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

 H1.HeaderClassName
 {
   color: #DFE1FA;
 }
 .AnyTagClassName
 {
   color: #DFE1FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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