Html Css Color HEX #EDD2E5 Classic Rose

📋 copy color: '#EDD2E5'

red 237 ◦ green 210 ◦ blue 229

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

Shades of Classic Rose #EDD2E5

Tints of Classic Rose #EDD2E5

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.07%

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

R = 35.06%
G = 31.07%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDD2E5 (or 0xEDD2E5) is known color: Classic Rose. HEX triplet: ED, D2 and E5. RGB value is (237,210,229). Sum of RGB (Red+Green+Blue) = 237+210+229=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 210 (82.42% from 255 or 31.07% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2E5 is #122D1A. Grayscale: #DCDCDC. Windows color (decimal): -1191195 or 15061741. OLE color: 15061741.

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

Color convert

RGB 237 210 229 -
CMYK 0 0.11 0.03 0.07
HSL 317.78º 0.43% 0.88% -
HSV(B) 317.78º 0.11% 0.93% -
XYZ 72.11 69.75 83.79 -
YUV 220.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 237 210 229 0 0.11 0.03 0.07 317.78 0.43 0.88
Hex ED D2 E5 0 B 3 7 13E 2B 58
Octal 355 322 345 0 13 3 7 476 53 130
Binary 11101101 11010010 11100101 0 1011 11 111 100111110 101011 1011000

Color Harmonies of #EDD2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2E5

Black with #EDD2E5

Text Example


Text Example

White with #EDD2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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