#EDCFE1

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

Shades of Classic Rose #EDCFE1

Tints of Classic Rose #EDCFE1

Color information

#EDCFE1 (or 0xEDCFE1) is unknown color: approx Classic Rose. HEX triplet: ED, CF and E1. RGB value is (237,207,225). Sum of RGB (Red+Green+Blue) = 237+207+225=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFE1 is #12301E. Grayscale: #D9D9D9. Windows color (decimal): -1191967 or 14798829. OLE color: 14798829.

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

Color convert

RGB237207225-
CMYK00.130.050.07
HSL324º45.45%87.06%-
HSV(B)324º12.66%92.94%-
XYZ70.8368.0780.64-
YUV218.02131.94141.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 207 (81.25% from 255) = 30.94%
BLUE value IS 225 (88.28% from 255) = 33.63%
R=35.43%
G=30.94%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720722500.130.050.0732445.4587.06
HexEDCFE10D571442d57
Octal3553173410155750455127
Binary111011011100111111100001011011011111010001001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFE1; }

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

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

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

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

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

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

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

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