Html Css Color HEX #EDB8DE French Lilac

📋 copy color: '#EDB8DE'

red 237 ◦ green 184 ◦ blue 222

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

Shades of French Lilac #EDB8DE

Tints of French Lilac #EDB8DE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.62%

 BLUE value IS 222 (87.11% from 255) = 34.53%

R = 36.86%
G = 28.62%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDB8DE (or 0xEDB8DE) is known color: French Lilac. HEX triplet: ED, B8 and DE. RGB value is (237,184,222). Sum of RGB (Red+Green+Blue) = 237+184+222=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 184 (72.27% from 255 or 28.62% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB8DE is #124721. Grayscale: #CCCCCC. Windows color (decimal): -1197858 or 14596333. OLE color: 14596333.

HSL color Cylindrical-coordinate representation of color #EDB8DE: hue angle of 316.98º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDB8DE is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 184 222 -
CMYK 0 0.22 0.06 0.07
HSL 316.98º 0.6% 0.83% -
HSV(B) 316.98º 0.22% 0.93% -
XYZ 65.25 57.56 76.78 -
YUV 204.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 237 184 222 0 0.22 0.06 0.07 316.98 0.6 0.83
Hex ED B8 DE 0 16 6 7 13D 3C 53
Octal 355 270 336 0 26 6 7 475 74 123
Binary 11101101 10111000 11011110 0 10110 110 111 100111101 111100 1010011

Color Harmonies of #EDB8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB8DE

Black with #EDB8DE

Text Example


Text Example

White with #EDB8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB8DE; }

 p { color: rgb(237,184,222); }

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

background-color css

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

 a { background-color: rgb(237,184,222); }

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

border-color css

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

 span { border-color: rgb(237,184,222); }

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