Html Css Color HEX #DFDDFF Lavender

📋 copy color: '#DFDDFF'

red 223 ◦ green 221 ◦ blue 255

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

Shades of Lavender #DFDDFF

Tints of Lavender #DFDDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.62%

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

R = 31.9%
G = 31.62%
B = 36.48%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DFDDFF (or 0xDFDDFF) is known color: Lavender. HEX triplet: DF, DD and FF. RGB value is (223,221,255). Sum of RGB (Red+Green+Blue) = 223+221+255=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 221 (86.72% from 255 or 31.62% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFDDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDFF is #202200. Grayscale: #E1E1E1. Windows color (decimal): -2105857 or 16768479. OLE color: 16768479.

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

Color convert

RGB 223 221 255 -
CMYK 0.13 0.13 0 0
HSL 243.53º 1% 0.93% -
HSV(B) 243.53º 0.13% 1% -
XYZ 74.34 74.62 105.09 -
YUV 225.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 223 221 255 0.13 0.13 0 0 243.53 1 0.93
Hex DF DD FF D D 0 0 F4 64 5D
Octal 337 335 377 15 15 0 0 364 144 135
Binary 11011111 11011101 11111111 1101 1101 0 0 11110100 1100100 1011101

Color Harmonies of #DFDDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDDFF

Black with #DFDDFF

Text Example


Text Example

White with #DFDDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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