Html Css Color HEX #DFE1FB Lavender

📋 copy color: '#DFE1FB'

red 223 ◦ green 225 ◦ blue 251

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

Shades of Lavender #DFE1FB

Tints of Lavender #DFE1FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.91%

R = 31.9%
G = 32.19%
B = 35.91%

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

#DFE1FB (or 0xDFE1FB) is known color: Lavender. HEX triplet: DF, E1 and FB. RGB value is (223,225,251). Sum of RGB (Red+Green+Blue) = 223+225+251=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 225 (88.28% from 255 or 32.19% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFE1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE1FB is #201E04. Grayscale: #E3E3E3. Windows color (decimal): -2104837 or 16507359. OLE color: 16507359.

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

Color convert

RGB 223 225 251 -
CMYK 0.11 0.10 0 0.02
HSL 235.71º 0.78% 0.93% -
HSV(B) 235.71º 0.11% 0.98% -
XYZ 74.77 76.5 102.09 -
YUV 227.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 223 225 251 0.11 0.10 0 0.02 235.71 0.78 0.93
Hex DF E1 FB B A 0 2 EC 4E 5D
Octal 337 341 373 13 12 0 2 354 116 135
Binary 11011111 11100001 11111011 1011 1010 0 10 11101100 1001110 1011101

Color Harmonies of #DFE1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE1FB

Black with #DFE1FB

Text Example


Text Example

White with #DFE1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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