Html Css Color HEX #DFE1FD Lavender

📋 copy color: '#DFE1FD'

red 223 ◦ green 225 ◦ blue 253

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

Shades of Lavender #DFE1FD

Tints of Lavender #DFE1FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.09%

R = 31.81%
G = 32.1%
B = 36.09%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFE1FD (or 0xDFE1FD) is known color: Lavender. HEX triplet: DF, E1 and FD. RGB value is (223,225,253). Sum of RGB (Red+Green+Blue) = 223+225+253=701 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.81% from 701); Green value is 225 (88.28% from 255 or 32.10% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFE1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE1FD is #201E02. Grayscale: #E3E3E3. Windows color (decimal): -2104835 or 16638431. OLE color: 16638431.

HSL color Cylindrical-coordinate representation of color #DFE1FD: hue angle of 236º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFE1FD is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 225 253 -
CMYK 0.12 0.11 0 0.01
HSL 236º 0.88% 0.93% -
HSV(B) 236º 0.12% 0.99% -
XYZ 75.09 76.63 103.76 -
YUV 227.59 142.34 124.72 -
System Red Green Blue C M Y K H S L
Decimal 223 225 253 0.12 0.11 0 0.01 236 0.88 0.93
Hex DF E1 FD C B 0 1 EC 58 5D
Octal 337 341 375 14 13 0 1 354 130 135
Binary 11011111 11100001 11111101 1100 1011 0 1 11101100 1011000 1011101

Color Harmonies of #DFE1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE1FD

Black with #DFE1FD

Text Example


Text Example

White with #DFE1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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