Html Css Color HEX #EDD0E5 Classic Rose

📋 copy color: '#EDD0E5'

red 237 ◦ green 208 ◦ blue 229

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

Shades of Classic Rose #EDD0E5

Tints of Classic Rose #EDD0E5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.86%

 BLUE value IS 229 (89.84% from 255) = 33.98%

R = 35.16%
G = 30.86%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDD0E5 (or 0xEDD0E5) is known color: Classic Rose. HEX triplet: ED, D0 and E5. RGB value is (237,208,229). Sum of RGB (Red+Green+Blue) = 237+208+229=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0E5 is #122F1A. Grayscale: #DBDBDB. Windows color (decimal): -1191707 or 15061229. OLE color: 15061229.

HSL color Cylindrical-coordinate representation of color #EDD0E5: hue angle of 316.55º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD0E5 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 229 -
CMYK 0 0.12 0.03 0.07
HSL 316.55º 0.45% 0.87% -
HSV(B) 316.55º 0.12% 0.93% -
XYZ 71.62 68.77 83.63 -
YUV 219.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 237 208 229 0 0.12 0.03 0.07 316.55 0.45 0.87
Hex ED D0 E5 0 C 3 7 13D 2D 57
Octal 355 320 345 0 14 3 7 475 55 127
Binary 11101101 11010000 11100101 0 1100 11 111 100111101 101101 1010111

Color Harmonies of #EDD0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0E5

Black with #EDD0E5

Text Example


Text Example

White with #EDD0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0E5; }

 p { color: rgb(237,208,229); }

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

background-color css

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

 a { background-color: rgb(237,208,229); }

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

border-color css

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

 span { border-color: rgb(237,208,229); }

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