Html Css Color HEX #DFDFFB Lavender

📋 copy color: '#DFDFFB'

red 223 ◦ green 223 ◦ blue 251

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

Shades of Lavender #DFDFFB

Tints of Lavender #DFDFFB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.99%

 BLUE value IS 251 (98.44% from 255) = 36.01%

R = 31.99%
G = 31.99%
B = 36.01%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFDFFB (or 0xDFDFFB) is known color: Lavender. HEX triplet: DF, DF and FB. RGB value is (223,223,251). Sum of RGB (Red+Green+Blue) = 223+223+251=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFDFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFFB is #202004. Grayscale: #E2E2E2. Windows color (decimal): -2105349 or 16506847. OLE color: 16506847.

HSL color Cylindrical-coordinate representation of color #DFDFFB: hue angle of 240º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFDFFB is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 223 251 -
CMYK 0.11 0.11 0 0.02
HSL 240º 0.78% 0.93% -
HSV(B) 240º 0.11% 0.98% -
XYZ 74.23 75.43 101.91 -
YUV 226.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 223 223 251 0.11 0.11 0 0.02 240 0.78 0.93
Hex DF DF FB B B 0 2 F0 4E 5D
Octal 337 337 373 13 13 0 2 360 116 135
Binary 11011111 11011111 11111011 1011 1011 0 10 11110000 1001110 1011101

Color Harmonies of #DFDFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDFFB

Black with #DFDFFB

Text Example


Text Example

White with #DFDFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDFFB; }

 p { color: rgb(223,223,251); }

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

background-color css

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

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

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

border-color css

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

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

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