Html Css Color HEX #DFE2FA Lavender

📋 copy color: '#DFE2FA'

red 223 ◦ green 226 ◦ blue 250

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

Shades of Lavender #DFE2FA

Tints of Lavender #DFE2FA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.33%

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

R = 31.9%
G = 32.33%
B = 35.77%

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

#DFE2FA (or 0xDFE2FA) is known color: Lavender. HEX triplet: DF, E2 and FA. RGB value is (223,226,250). Sum of RGB (Red+Green+Blue) = 223+226+250=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 226 (88.67% from 255 or 32.33% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFE2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE2FA is #201D05. Grayscale: #E3E3E3. Windows color (decimal): -2104582 or 16442079. OLE color: 16442079.

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

Color convert

RGB 223 226 250 -
CMYK 0.11 0.10 0 0.02
HSL 233.33º 0.73% 0.93% -
HSV(B) 233.33º 0.11% 0.98% -
XYZ 74.88 76.98 101.35 -
YUV 227.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 223 226 250 0.11 0.10 0 0.02 233.33 0.73 0.93
Hex DF E2 FA B A 0 2 E9 49 5D
Octal 337 342 372 13 12 0 2 351 111 135
Binary 11011111 11100010 11111010 1011 1010 0 10 11101001 1001001 1011101

Color Harmonies of #DFE2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE2FA

Black with #DFE2FA

Text Example


Text Example

White with #DFE2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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