Html Css Color HEX #DFDEFE Lavender

📋 copy color: '#DFDEFE'

red 223 ◦ green 222 ◦ blue 254

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

Shades of Lavender #DFDEFE

Tints of Lavender #DFDEFE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.76%

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

R = 31.9%
G = 31.76%
B = 36.34%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DFDEFE (or 0xDFDEFE) is known color: Lavender. HEX triplet: DF, DE and FE. RGB value is (223,222,254). Sum of RGB (Red+Green+Blue) = 223+222+254=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFDEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEFE is #202101. Grayscale: #E1E1E1. Windows color (decimal): -2105602 or 16703199. OLE color: 16703199.

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

Color convert

RGB 223 222 254 -
CMYK 0.12 0.13 0 0.00
HSL 241.88º 0.94% 0.93% -
HSV(B) 241.88º 0.13% 1% -
XYZ 74.44 75.09 104.34 -
YUV 225.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 223 222 254 0.12 0.13 0 0.00 241.88 0.94 0.93
Hex DF DE FE C D 0 0 F2 5E 5D
Octal 337 336 376 14 15 0 0 362 136 135
Binary 11011111 11011110 11111110 1100 1101 0 0 11110010 1011110 1011101

Color Harmonies of #DFDEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDEFE

Black with #DFDEFE

Text Example


Text Example

White with #DFDEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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