Html Css Color HEX #EDAFDD French Lilac

📋 copy color: '#EDAFDD'

red 237 ◦ green 175 ◦ blue 221

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

Shades of French Lilac #EDAFDD

Tints of French Lilac #EDAFDD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.65%

 BLUE value IS 221 (86.72% from 255) = 34.91%

R = 37.44%
G = 27.65%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDAFDD (or 0xEDAFDD) is known color: French Lilac. HEX triplet: ED, AF and DD. RGB value is (237,175,221). Sum of RGB (Red+Green+Blue) = 237+175+221=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFDD is #125022. Grayscale: #C6C6C6. Windows color (decimal): -1200163 or 14528493. OLE color: 14528493.

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

Color convert

RGB 237 175 221 -
CMYK 0 0.26 0.07 0.07
HSL 315.48º 0.63% 0.81% -
HSV(B) 315.48º 0.26% 0.93% -
XYZ 63.31 53.88 75.47 -
YUV 198.78 140.54 155.26 -
System Red Green Blue C M Y K H S L
Decimal 237 175 221 0 0.26 0.07 0.07 315.48 0.63 0.81
Hex ED AF DD 0 1A 7 7 13B 3F 51
Octal 355 257 335 0 32 7 7 473 77 121
Binary 11101101 10101111 11011101 0 11010 111 111 100111011 111111 1010001

Color Harmonies of #EDAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAFDD

Black with #EDAFDD

Text Example


Text Example

White with #EDAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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