Html Css Color HEX #ED99DF Lavender Rose

📋 copy color: '#ED99DF'

red 237 ◦ green 153 ◦ blue 223

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

Shades of Lavender Rose #ED99DF

Tints of Lavender Rose #ED99DF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.96%

 BLUE value IS 223 (87.5% from 255) = 36.38%

R = 38.66%
G = 24.96%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED99DF (or 0xED99DF) is known color: Lavender Rose. HEX triplet: ED, 99 and DF. RGB value is (237,153,223). Sum of RGB (Red+Green+Blue) = 237+153+223=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99DF is #126620. Grayscale: #B9B9B9. Windows color (decimal): -1205793 or 14653933. OLE color: 14653933.

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

Color convert

RGB 237 153 223 -
CMYK 0 0.35 0.06 0.07
HSL 310º 0.7% 0.76% -
HSV(B) 310º 0.35% 0.93% -
XYZ 59.64 46.11 75.57 -
YUV 186.1 148.83 164.31 -
System Red Green Blue C M Y K H S L
Decimal 237 153 223 0 0.35 0.06 0.07 310 0.7 0.76
Hex ED 99 DF 0 23 6 7 136 46 4C
Octal 355 231 337 0 43 6 7 466 106 114
Binary 11101101 10011001 11011111 0 100011 110 111 100110110 1000110 1001100

Color Harmonies of #ED99DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED99DF

Black with #ED99DF

Text Example


Text Example

White with #ED99DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED99DF; }

 p { color: rgb(237,153,223); }

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

background-color css

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

 a { background-color: rgb(237,153,223); }

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

border-color css

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

 span { border-color: rgb(237,153,223); }

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