Html Css Color HEX #EDCDD9 Classic Rose

📋 copy color: '#EDCDD9'

red 237 ◦ green 205 ◦ blue 217

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

Shades of Classic Rose #EDCDD9

Tints of Classic Rose #EDCDD9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.11%

 BLUE value IS 217 (85.16% from 255) = 32.93%

R = 35.96%
G = 31.11%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDCDD9 (or 0xEDCDD9) is known color: Classic Rose. HEX triplet: ED, CD and D9. RGB value is (237,205,217). Sum of RGB (Red+Green+Blue) = 237+205+217=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 217 (85.16% from 255 or 32.93% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDD9 is #123226. Grayscale: #D7D7D7. Windows color (decimal): -1192487 or 14274029. OLE color: 14274029.

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

Color convert

RGB 237 205 217 -
CMYK 0 0.14 0.08 0.07
HSL 337.5º 0.47% 0.87% -
HSV(B) 337.5º 0.14% 0.93% -
XYZ 69.28 66.68 74.86 -
YUV 215.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 237 205 217 0 0.14 0.08 0.07 337.5 0.47 0.87
Hex ED CD D9 0 E 8 7 152 2F 57
Octal 355 315 331 0 16 10 7 522 57 127
Binary 11101101 11001101 11011001 0 1110 1000 111 101010010 101111 1010111

Color Harmonies of #EDCDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDD9

Black with #EDCDD9

Text Example


Text Example

White with #EDCDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDD9; }

 p { color: rgb(237,205,217); }

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

background-color css

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

 a { background-color: rgb(237,205,217); }

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

border-color css

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

 span { border-color: rgb(237,205,217); }

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