Html Css Color HEX #DFDFFD Lavender

📋 copy color: '#DFDFFD'

red 223 ◦ green 223 ◦ blue 253

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

Shades of Lavender #DFDFFD

Tints of Lavender #DFDFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.19%

R = 31.9%
G = 31.9%
B = 36.19%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFDFFD (or 0xDFDFFD) is known color: Lavender. HEX triplet: DF, DF and FD. RGB value is (223,223,253). Sum of RGB (Red+Green+Blue) = 223+223+253=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFDFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFFD is #202002. Grayscale: #E2E2E2. Windows color (decimal): -2105347 or 16637919. OLE color: 16637919.

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

Color convert

RGB 223 223 253 -
CMYK 0.12 0.12 0 0.01
HSL 240º 0.88% 0.93% -
HSV(B) 240º 0.12% 0.99% -
XYZ 74.55 75.56 103.58 -
YUV 226.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 223 223 253 0.12 0.12 0 0.01 240 0.88 0.93
Hex DF DF FD C C 0 1 F0 58 5D
Octal 337 337 375 14 14 0 1 360 130 135
Binary 11011111 11011111 11111101 1100 1100 0 1 11110000 1011000 1011101

Color Harmonies of #DFDFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDFFD

Black with #DFDFFD

Text Example


Text Example

White with #DFDFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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