#EFCDE3

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

Shades of Classic Rose #EFCDE3

Tints of Classic Rose #EFCDE3

Color information

#EFCDE3 (or 0xEFCDE3) is unknown color: approx Classic Rose. HEX triplet: EF, CD and E3. RGB value is (239,205,227). Sum of RGB (Red+Green+Blue) = 239+205+227=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 227 (89.06% from 255 or 33.83% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDE3 is #10321C. Grayscale: #D9D9D9. Windows color (decimal): -1061405 or 14929391. OLE color: 14929391.

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

Color convert

RGB239205227-
CMYK00.140.050.06
HSL321.18º51.52%87.06%-
HSV(B)321.18º14.23%93.73%-
XYZ71.2967.5681.96-
YUV217.67133.26143.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 205 (80.47% from 255) = 30.55%
BLUE value IS 227 (89.06% from 255) = 33.83%
R=35.62%
G=30.55%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920522700.140.050.06321.1851.5287.06
HexEFCDE30E561413457
Octal3573153430165650164127
Binary111011111100110111100011011101011101010000011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDE3; }

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

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

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

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

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

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

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

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