Html Css Color HEX #EDC9DF Classic Rose

📋 copy color: '#EDC9DF'

red 237 ◦ green 201 ◦ blue 223

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

Shades of Classic Rose #EDC9DF

Tints of Classic Rose #EDC9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.74%

R = 35.85%
G = 30.41%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDC9DF (or 0xEDC9DF) is known color: Classic Rose. HEX triplet: ED, C9 and DF. RGB value is (237,201,223). Sum of RGB (Red+Green+Blue) = 237+201+223=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 201 (78.91% from 255 or 30.41% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9DF is #123620. Grayscale: #D6D6D6. Windows color (decimal): -1193505 or 14666221. OLE color: 14666221.

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

Color convert

RGB 237 201 223 -
CMYK 0 0.15 0.06 0.07
HSL 323.33º 0.5% 0.86% -
HSV(B) 323.33º 0.15% 0.93% -
XYZ 69.13 65.11 78.74 -
YUV 214.27 132.93 144.21 -
System Red Green Blue C M Y K H S L
Decimal 237 201 223 0 0.15 0.06 0.07 323.33 0.5 0.86
Hex ED C9 DF 0 F 6 7 143 32 56
Octal 355 311 337 0 17 6 7 503 62 126
Binary 11101101 11001001 11011111 0 1111 110 111 101000011 110010 1010110

Color Harmonies of #EDC9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9DF

Black with #EDC9DF

Text Example


Text Example

White with #EDC9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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