#EFCDE1

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

Shades of Classic Rose #EFCDE1

Tints of Classic Rose #EFCDE1

Color information

#EFCDE1 (or 0xEFCDE1) is unknown color: approx Classic Rose. HEX triplet: EF, CD and E1. RGB value is (239,205,225). Sum of RGB (Red+Green+Blue) = 239+205+225=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDE1 is #10321E. Grayscale: #D9D9D9. Windows color (decimal): -1061407 or 14798319. OLE color: 14798319.

HSL color Cylindrical-coordinate representation of color #EFCDE1: hue angle of 324.71º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCDE1 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB239205225-
CMYK00.140.060.06
HSL324.71º51.52%87.06%-
HSV(B)324.71º14.23%93.73%-
XYZ71.0267.4580.51-
YUV217.45132.26143.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 205 (80.47% from 255) = 30.64%
BLUE value IS 225 (88.28% from 255) = 33.63%
R=35.72%
G=30.64%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920522500.140.060.06324.7151.5287.06
HexEFCDE10E661453457
Octal3573153410166650564127
Binary111011111100110111100001011101101101010001011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDE1; }

 p { color: rgb(239,205,225); }

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

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

 a { background-color: rgb(239,205,225); }

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

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

 span { border-color: rgb(239,205,225); }

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