Html Css Color HEX #DFE0FF Lavender

📋 copy color: '#DFE0FF'

red 223 ◦ green 224 ◦ blue 255

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

Shades of Lavender #DFE0FF

Tints of Lavender #DFE0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.32%

R = 31.77%
G = 31.91%
B = 36.32%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DFE0FF (or 0xDFE0FF) is known color: Lavender. HEX triplet: DF, E0 and FF. RGB value is (223,224,255). Sum of RGB (Red+Green+Blue) = 223+224+255=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 224 (87.89% from 255 or 31.91% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFE0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0FF is #201F00. Grayscale: #E3E3E3. Windows color (decimal): -2105089 or 16769247. OLE color: 16769247.

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

Color convert

RGB 223 224 255 -
CMYK 0.13 0.12 0 0
HSL 238.13º 1% 0.94% -
HSV(B) 238.13º 0.13% 1% -
XYZ 75.14 76.22 105.36 -
YUV 227.24 143.67 124.98 -
System Red Green Blue C M Y K H S L
Decimal 223 224 255 0.13 0.12 0 0 238.13 1 0.94
Hex DF E0 FF D C 0 0 EE 64 5E
Octal 337 340 377 15 14 0 0 356 144 136
Binary 11011111 11100000 11111111 1101 1100 0 0 11101110 1100100 1011110

Color Harmonies of #DFE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE0FF

Black with #DFE0FF

Text Example


Text Example

White with #DFE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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