Html Css Color HEX #DFE4FF Lavender

📋 copy color: '#DFE4FF'

red 223 ◦ green 228 ◦ blue 255

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

Shades of Lavender #DFE4FF

Tints of Lavender #DFE4FF

RGB

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

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

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

R = 31.59%
G = 32.29%
B = 36.12%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DFE4FF (or 0xDFE4FF) is known color: Lavender. HEX triplet: DF, E4 and FF. RGB value is (223,228,255). Sum of RGB (Red+Green+Blue) = 223+228+255=706 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.59% from 706); Green value is 228 (89.45% from 255 or 32.29% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFE4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE4FF is #201B00. Grayscale: #E5E5E5. Windows color (decimal): -2104065 or 16770271. OLE color: 16770271.

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

Color convert

RGB 223 228 255 -
CMYK 0.13 0.11 0 0
HSL 230.63º 1% 0.94% -
HSV(B) 230.63º 0.13% 1% -
XYZ 76.22 78.39 105.72 -
YUV 229.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 223 228 255 0.13 0.11 0 0 230.63 1 0.94
Hex DF E4 FF D B 0 0 E7 64 5E
Octal 337 344 377 15 13 0 0 347 144 136
Binary 11011111 11100100 11111111 1101 1011 0 0 11100111 1100100 1011110

Color Harmonies of #DFE4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE4FF

Black with #DFE4FF

Text Example


Text Example

White with #DFE4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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