Html Css Color HEX #EDCFDF Classic Rose

📋 copy color: '#EDCFDF'

red 237 ◦ green 207 ◦ blue 223

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

Shades of Classic Rose #EDCFDF

Tints of Classic Rose #EDCFDF

RGB

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

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

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

R = 35.53%
G = 31.03%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDCFDF (or 0xEDCFDF) is known color: Classic Rose. HEX triplet: ED, CF and DF. RGB value is (237,207,223). Sum of RGB (Red+Green+Blue) = 237+207+223=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFDF is #123020. Grayscale: #D9D9D9. Windows color (decimal): -1191969 or 14667757. OLE color: 14667757.

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

Color convert

RGB 237 207 223 -
CMYK 0 0.13 0.06 0.07
HSL 328º 0.45% 0.87% -
HSV(B) 328º 0.13% 0.93% -
XYZ 70.56 67.96 79.21 -
YUV 217.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 237 207 223 0 0.13 0.06 0.07 328 0.45 0.87
Hex ED CF DF 0 D 6 7 148 2D 57
Octal 355 317 337 0 15 6 7 510 55 127
Binary 11101101 11001111 11011111 0 1101 110 111 101001000 101101 1010111

Color Harmonies of #EDCFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCFDF

Black with #EDCFDF

Text Example


Text Example

White with #EDCFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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