Html Css Color HEX #DFE4FA Lavender

📋 copy color: '#DFE4FA'

red 223 ◦ green 228 ◦ blue 250

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

Shades of Lavender #DFE4FA

Tints of Lavender #DFE4FA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 32.52%

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

R = 31.81%
G = 32.52%
B = 35.66%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFE4FA (or 0xDFE4FA) is known color: Lavender. HEX triplet: DF, E4 and FA. RGB value is (223,228,250). Sum of RGB (Red+Green+Blue) = 223+228+250=701 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.81% from 701); Green value is 228 (89.45% from 255 or 32.52% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFE4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE4FA is #201B05. Grayscale: #E4E4E4. Windows color (decimal): -2104070 or 16442591. OLE color: 16442591.

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

Color convert

RGB 223 228 250 -
CMYK 0.11 0.09 0 0.02
HSL 228.89º 0.73% 0.93% -
HSV(B) 228.89º 0.11% 0.98% -
XYZ 75.43 78.08 101.54 -
YUV 229.01 139.84 123.71 -
System Red Green Blue C M Y K H S L
Decimal 223 228 250 0.11 0.09 0 0.02 228.89 0.73 0.93
Hex DF E4 FA B 9 0 2 E5 49 5D
Octal 337 344 372 13 11 0 2 345 111 135
Binary 11011111 11100100 11111010 1011 1001 0 10 11100101 1001001 1011101

Color Harmonies of #DFE4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE4FA

Black with #DFE4FA

Text Example


Text Example

White with #DFE4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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