Html Css Color HEX #DFE0FE Lavender

📋 copy color: '#DFE0FE'

red 223 ◦ green 224 ◦ blue 254

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

Shades of Lavender #DFE0FE

Tints of Lavender #DFE0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.23%

R = 31.81%
G = 31.95%
B = 36.23%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DFE0FE (or 0xDFE0FE) is known color: Lavender. HEX triplet: DF, E0 and FE. RGB value is (223,224,254). Sum of RGB (Red+Green+Blue) = 223+224+254=701 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.81% from 701); Green value is 224 (87.89% from 255 or 31.95% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFE0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0FE is #201F01. Grayscale: #E3E3E3. Windows color (decimal): -2105090 or 16703711. OLE color: 16703711.

HSL color Cylindrical-coordinate representation of color #DFE0FE: hue angle of 238.06º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFE0FE is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 223 224 254 -
CMYK 0.12 0.12 0 0.00
HSL 238.06º 0.94% 0.94% -
HSV(B) 238.06º 0.12% 1% -
XYZ 74.98 76.16 104.51 -
YUV 227.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 223 224 254 0.12 0.12 0 0.00 238.06 0.94 0.94
Hex DF E0 FE C C 0 0 EE 5E 5E
Octal 337 340 376 14 14 0 0 356 136 136
Binary 11011111 11100000 11111110 1100 1100 0 0 11101110 1011110 1011110

Color Harmonies of #DFE0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE0FE

Black with #DFE0FE

Text Example


Text Example

White with #DFE0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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