Html Css Color HEX #EDDDFD White Lilac

📋 copy color: '#EDDDFD'

red 237 ◦ green 221 ◦ blue 253

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

Shades of White Lilac #EDDDFD

Tints of White Lilac #EDDDFD

RGB

 RED value IS 237 (92.97% from 255) = 33.33%

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

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

R = 33.33%
G = 31.08%
B = 35.58%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDDDFD (or 0xEDDDFD) is known color: White Lilac. HEX triplet: ED, DD and FD. RGB value is (237,221,253). Sum of RGB (Red+Green+Blue) = 237+221+253=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 221 (86.72% from 255 or 31.08% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDDDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDFD is #122202. Grayscale: #E5E5E5. Windows color (decimal): -1188355 or 16637421. OLE color: 16637421.

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

Color convert

RGB 237 221 253 -
CMYK 0.06 0.13 0 0.01
HSL 270º 0.89% 0.93% -
HSV(B) 270º 0.13% 0.99% -
XYZ 78.51 76.81 103.62 -
YUV 229.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 237 221 253 0.06 0.13 0 0.01 270 0.89 0.93
Hex ED DD FD 6 D 0 1 10E 59 5D
Octal 355 335 375 6 15 0 1 416 131 135
Binary 11101101 11011101 11111101 110 1101 0 1 100001110 1011001 1011101

Color Harmonies of #EDDDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDFD

Black with #EDDDFD

Text Example


Text Example

White with #EDDDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDFD; }

 p { color: rgb(237,221,253); }

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

background-color css

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

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

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

border-color css

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

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

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