#EFCDE5

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

Shades of Classic Rose #EFCDE5

Tints of Classic Rose #EFCDE5

Color information

#EFCDE5 (or 0xEFCDE5) is unknown color: approx Classic Rose. HEX triplet: EF, CD and E5. RGB value is (239,205,229). Sum of RGB (Red+Green+Blue) = 239+205+229=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDE5 is #10321A. Grayscale: #D9D9D9. Windows color (decimal): -1061403 or 15060463. OLE color: 15060463.

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

Color convert

RGB239205229-
CMYK00.140.040.06
HSL317.65º51.52%87.06%-
HSV(B)317.65º14.23%93.73%-
XYZ71.5767.6783.42-
YUV217.9134.26143.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.51%
GREEN value IS 205 (80.47% from 255) = 30.46%
BLUE value IS 229 (89.84% from 255) = 34.03%
R=35.51%
G=30.46%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920522900.140.040.06317.6551.5287.06
HexEFCDE50E4613e3457
Octal3573153450164647664127
Binary111011111100110111100101011101001101001111101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDE5; }

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

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

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

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

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

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

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

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