#EDCEDF

Color #EDCEDF Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #EDCEDF

Tints of Classic Rose #EDCEDF

Color information

#EDCEDF (or 0xEDCEDF) is unknown color: approx Classic Rose. HEX triplet: ED, CE and DF. RGB value is (237,206,223). Sum of RGB (Red+Green+Blue) = 237+206+223=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEDF is #123120. Grayscale: #D9D9D9. Windows color (decimal): -1192225 or 14667501. OLE color: 14667501.

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

Color convert

RGB237206223-
CMYK00.130.060.07
HSL327.1º46.27%86.86%-
HSV(B)327.1º13.08%92.94%-
XYZ70.3267.4779.13-
YUV217.21131.27142.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.59%
GREEN value IS 206 (80.86% from 255) = 30.93%
BLUE value IS 223 (87.5% from 255) = 33.48%
R=35.59%
G=30.93%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720622300.130.060.07327.146.2786.86
HexEDCEDF0D671472e57
Octal3553163370156750756127
Binary111011011100111011011111011011101111010001111011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEDF; }

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

 H1.HeaderClassName
 {
   color: #EDCEDF;
 }
 .AnyTagClassName
 {
   color: #EDCEDF;
 }
</style>
background-color css

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

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

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

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

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

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