Html Css Color HEX #DFDEFD Lavender

📋 copy color: '#DFDEFD'

red 223 ◦ green 222 ◦ blue 253

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

Shades of Lavender #DFDEFD

Tints of Lavender #DFDEFD

RGB

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

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

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

R = 31.95%
G = 31.81%
B = 36.25%

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

#DFDEFD (or 0xDFDEFD) is known color: Lavender. HEX triplet: DF, DE and FD. RGB value is (223,222,253). Sum of RGB (Red+Green+Blue) = 223+222+253=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFDEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEFD is #202102. Grayscale: #E1E1E1. Windows color (decimal): -2105603 or 16637663. OLE color: 16637663.

HSL color Cylindrical-coordinate representation of color #DFDEFD: hue angle of 241.94º degrees, saturation: 0.89, 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 #DFDEFD is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 222 253 -
CMYK 0.12 0.12 0 0.01
HSL 241.94º 0.89% 0.93% -
HSV(B) 241.94º 0.12% 0.99% -
XYZ 74.28 75.02 103.49 -
YUV 225.83 143.33 125.98 -
System Red Green Blue C M Y K H S L
Decimal 223 222 253 0.12 0.12 0 0.01 241.94 0.89 0.93
Hex DF DE FD C C 0 1 F2 59 5D
Octal 337 336 375 14 14 0 1 362 131 135
Binary 11011111 11011110 11111101 1100 1100 0 1 11110010 1011001 1011101

Color Harmonies of #DFDEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDEFD

Black with #DFDEFD

Text Example


Text Example

White with #DFDEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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