Html Css Color HEX #EDC9D8 Classic Rose

📋 copy color: '#EDC9D8'

red 237 ◦ green 201 ◦ blue 216

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

Shades of Classic Rose #EDC9D8

Tints of Classic Rose #EDC9D8

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.73%

 BLUE value IS 216 (84.77% from 255) = 33.03%

R = 36.24%
G = 30.73%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EDC9D8 (or 0xEDC9D8) is known color: Classic Rose. HEX triplet: ED, C9 and D8. RGB value is (237,201,216). Sum of RGB (Red+Green+Blue) = 237+201+216=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9D8 is #123627. Grayscale: #D5D5D5. Windows color (decimal): -1193512 or 14207469. OLE color: 14207469.

HSL color Cylindrical-coordinate representation of color #EDC9D8: hue angle of 335º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDC9D8 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 201 216 -
CMYK 0 0.15 0.09 0.07
HSL 335º 0.5% 0.86% -
HSV(B) 335º 0.15% 0.93% -
XYZ 68.21 64.74 73.87 -
YUV 213.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 237 201 216 0 0.15 0.09 0.07 335 0.5 0.86
Hex ED C9 D8 0 F 9 7 14F 32 56
Octal 355 311 330 0 17 11 7 517 62 126
Binary 11101101 11001001 11011000 0 1111 1001 111 101001111 110010 1010110

Color Harmonies of #EDC9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9D8

Black with #EDC9D8

Text Example


Text Example

White with #EDC9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9D8; }

 p { color: rgb(237,201,216); }

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

background-color css

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

 a { background-color: rgb(237,201,216); }

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

border-color css

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

 span { border-color: rgb(237,201,216); }

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