Html Css Color HEX #DFE0FA Lavender

📋 copy color: '#DFE0FA'

red 223 ◦ green 224 ◦ blue 250

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

Shades of Lavender #DFE0FA

Tints of Lavender #DFE0FA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.14%

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

R = 31.99%
G = 32.14%
B = 35.87%

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

#DFE0FA (or 0xDFE0FA) is known color: Lavender. HEX triplet: DF, E0 and FA. RGB value is (223,224,250). Sum of RGB (Red+Green+Blue) = 223+224+250=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 224 (87.89% from 255 or 32.14% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFE0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0FA is #201F05. Grayscale: #E2E2E2. Windows color (decimal): -2105094 or 16441567. OLE color: 16441567.

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

Color convert

RGB 223 224 250 -
CMYK 0.11 0.10 0 0.02
HSL 237.78º 0.73% 0.93% -
HSV(B) 237.78º 0.11% 0.98% -
XYZ 74.34 75.9 101.17 -
YUV 226.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 223 224 250 0.11 0.10 0 0.02 237.78 0.73 0.93
Hex DF E0 FA B A 0 2 EE 49 5D
Octal 337 340 372 13 12 0 2 356 111 135
Binary 11011111 11100000 11111010 1011 1010 0 10 11101110 1001001 1011101

Color Harmonies of #DFE0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE0FA

Black with #DFE0FA

Text Example


Text Example

White with #DFE0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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