Html Css Color HEX #DFE4FD Lavender

📋 copy color: '#DFE4FD'

red 223 ◦ green 228 ◦ blue 253

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

Shades of Lavender #DFE4FD

Tints of Lavender #DFE4FD

RGB

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

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

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

R = 31.68%
G = 32.39%
B = 35.94%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFE4FD (or 0xDFE4FD) is known color: Lavender. HEX triplet: DF, E4 and FD. RGB value is (223,228,253). Sum of RGB (Red+Green+Blue) = 223+228+253=704 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.68% from 704); Green value is 228 (89.45% from 255 or 32.39% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFE4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE4FD is #201B02. Grayscale: #E5E5E5. Windows color (decimal): -2104067 or 16639199. OLE color: 16639199.

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

Color convert

RGB 223 228 253 -
CMYK 0.12 0.10 0 0.01
HSL 230º 0.88% 0.93% -
HSV(B) 230º 0.12% 0.99% -
XYZ 75.9 78.27 104.03 -
YUV 229.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 223 228 253 0.12 0.10 0 0.01 230 0.88 0.93
Hex DF E4 FD C A 0 1 E6 58 5D
Octal 337 344 375 14 12 0 1 346 130 135
Binary 11011111 11100100 11111101 1100 1010 0 1 11100110 1011000 1011101

Color Harmonies of #DFE4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE4FD

Black with #DFE4FD

Text Example


Text Example

White with #DFE4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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