Html Css Color HEX #DFE6FF Lavender

📋 copy color: '#DFE6FF'

red 223 ◦ green 230 ◦ blue 255

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

Shades of Lavender #DFE6FF

Tints of Lavender #DFE6FF

RGB

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

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

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

R = 31.5%
G = 32.49%
B = 36.02%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DFE6FF (or 0xDFE6FF) is known color: Lavender. HEX triplet: DF, E6 and FF. RGB value is (223,230,255). Sum of RGB (Red+Green+Blue) = 223+230+255=708 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.50% from 708); Green value is 230 (90.23% from 255 or 32.49% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFE6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE6FF is #201900. Grayscale: #E6E6E6. Windows color (decimal): -2103553 or 16770783. OLE color: 16770783.

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

Color convert

RGB 223 230 255 -
CMYK 0.13 0.10 0 0
HSL 226.88º 1% 0.94% -
HSV(B) 226.88º 0.13% 1% -
XYZ 76.78 79.5 105.91 -
YUV 230.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 223 230 255 0.13 0.10 0 0 226.88 1 0.94
Hex DF E6 FF D A 0 0 E3 64 5E
Octal 337 346 377 15 12 0 0 343 144 136
Binary 11011111 11100110 11111111 1101 1010 0 0 11100011 1100100 1011110

Color Harmonies of #DFE6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE6FF

Black with #DFE6FF

Text Example


Text Example

White with #DFE6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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