Html Css Color HEX #DFE6FE Lavender

📋 copy color: '#DFE6FE'

red 223 ◦ green 230 ◦ blue 254

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

Shades of Lavender #DFE6FE

Tints of Lavender #DFE6FE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.53%

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

R = 31.54%
G = 32.53%
B = 35.93%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DFE6FE (or 0xDFE6FE) is known color: Lavender. HEX triplet: DF, E6 and FE. RGB value is (223,230,254). Sum of RGB (Red+Green+Blue) = 223+230+254=707 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.54% from 707); Green value is 230 (90.23% from 255 or 32.53% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE6FE is #201901. Grayscale: #E6E6E6. Windows color (decimal): -2103554 or 16705247. OLE color: 16705247.

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

Color convert

RGB 223 230 254 -
CMYK 0.12 0.09 0 0.00
HSL 226.45º 0.94% 0.94% -
HSV(B) 226.45º 0.12% 1% -
XYZ 76.62 79.44 105.06 -
YUV 230.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 223 230 254 0.12 0.09 0 0.00 226.45 0.94 0.94
Hex DF E6 FE C 9 0 0 E2 5E 5E
Octal 337 346 376 14 11 0 0 342 136 136
Binary 11011111 11100110 11111110 1100 1001 0 0 11100010 1011110 1011110

Color Harmonies of #DFE6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE6FE

Black with #DFE6FE

Text Example


Text Example

White with #DFE6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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