Html Css Color HEX #EDCFDC Classic Rose

📋 copy color: '#EDCFDC'

red 237 ◦ green 207 ◦ blue 220

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

Shades of Classic Rose #EDCFDC

Tints of Classic Rose #EDCFDC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.17%

 BLUE value IS 220 (86.33% from 255) = 33.13%

R = 35.69%
G = 31.17%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDCFDC (or 0xEDCFDC) is known color: Classic Rose. HEX triplet: ED, CF and DC. RGB value is (237,207,220). Sum of RGB (Red+Green+Blue) = 237+207+220=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFDC is #123023. Grayscale: #D9D9D9. Windows color (decimal): -1191972 or 14471149. OLE color: 14471149.

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

Color convert

RGB 237 207 220 -
CMYK 0 0.13 0.07 0.07
HSL 334º 0.45% 0.87% -
HSV(B) 334º 0.13% 0.93% -
XYZ 70.16 67.8 77.1 -
YUV 217.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 237 207 220 0 0.13 0.07 0.07 334 0.45 0.87
Hex ED CF DC 0 D 7 7 14E 2D 57
Octal 355 317 334 0 15 7 7 516 55 127
Binary 11101101 11001111 11011100 0 1101 111 111 101001110 101101 1010111

Color Harmonies of #EDCFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCFDC

Black with #EDCFDC

Text Example


Text Example

White with #EDCFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCFDC; }

 p { color: rgb(237,207,220); }

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

background-color css

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

 a { background-color: rgb(237,207,220); }

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

border-color css

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

 span { border-color: rgb(237,207,220); }

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