Html Css Color HEX #EDD0E2 Classic Rose

📋 copy color: '#EDD0E2'

red 237 ◦ green 208 ◦ blue 226

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

Shades of Classic Rose #EDD0E2

Tints of Classic Rose #EDD0E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.68%

R = 35.32%
G = 31%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDD0E2 (or 0xEDD0E2) is known color: Classic Rose. HEX triplet: ED, D0 and E2. RGB value is (237,208,226). Sum of RGB (Red+Green+Blue) = 237+208+226=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 208 (81.64% from 255 or 31.00% from 671); Blue value is 226 (88.67% from 255 or 33.68% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0E2 is #122F1D. Grayscale: #DADADA. Windows color (decimal): -1191710 or 14864621. OLE color: 14864621.

HSL color Cylindrical-coordinate representation of color #EDD0E2: hue angle of 322.76º 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 #EDD0E2 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 226 -
CMYK 0 0.12 0.05 0.07
HSL 322.76º 0.45% 0.87% -
HSV(B) 322.76º 0.12% 0.93% -
XYZ 71.21 68.61 81.44 -
YUV 218.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 237 208 226 0 0.12 0.05 0.07 322.76 0.45 0.87
Hex ED D0 E2 0 C 5 7 143 2D 57
Octal 355 320 342 0 14 5 7 503 55 127
Binary 11101101 11010000 11100010 0 1100 101 111 101000011 101101 1010111

Color Harmonies of #EDD0E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0E2

Black with #EDD0E2

Text Example


Text Example

White with #EDD0E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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