Html Css Color HEX #EDD6E5 Classic Rose

📋 copy color: '#EDD6E5'

red 237 ◦ green 214 ◦ blue 229

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

Shades of Classic Rose #EDD6E5

Tints of Classic Rose #EDD6E5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.47%

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

R = 34.85%
G = 31.47%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDD6E5 (or 0xEDD6E5) is known color: Classic Rose. HEX triplet: ED, D6 and E5. RGB value is (237,214,229). Sum of RGB (Red+Green+Blue) = 237+214+229=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 214 (83.98% from 255 or 31.47% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6E5 is #12291A. Grayscale: #DEDEDE. Windows color (decimal): -1190171 or 15062765. OLE color: 15062765.

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

Color convert

RGB 237 214 229 -
CMYK 0 0.10 0.03 0.07
HSL 320.87º 0.39% 0.88% -
HSV(B) 320.87º 0.1% 0.93% -
XYZ 73.11 71.75 84.13 -
YUV 222.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 237 214 229 0 0.10 0.03 0.07 320.87 0.39 0.88
Hex ED D6 E5 0 A 3 7 141 27 58
Octal 355 326 345 0 12 3 7 501 47 130
Binary 11101101 11010110 11100101 0 1010 11 111 101000001 100111 1011000

Color Harmonies of #EDD6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6E5

Black with #EDD6E5

Text Example


Text Example

White with #EDD6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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