#EFCDE4

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

Shades of Classic Rose #EFCDE4

Tints of Classic Rose #EFCDE4

Color information

#EFCDE4 (or 0xEFCDE4) is unknown color: approx Classic Rose. HEX triplet: EF, CD and E4. RGB value is (239,205,228). Sum of RGB (Red+Green+Blue) = 239+205+228=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDE4 is #10321B. Grayscale: #D9D9D9. Windows color (decimal): -1061404 or 14994927. OLE color: 14994927.

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

Color convert

RGB239205228-
CMYK00.140.050.06
HSL319.41º51.52%87.06%-
HSV(B)319.41º14.23%93.73%-
XYZ71.4367.6182.68-
YUV217.79133.76143.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 205 (80.47% from 255) = 30.51%
BLUE value IS 228 (89.45% from 255) = 33.93%
R=35.57%
G=30.51%
B=33.93%

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
Decimal23920522800.140.050.06319.4151.5287.06
HexEFCDE40E5613f3457
Octal3573153440165647764127
Binary111011111100110111100100011101011101001111111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDE4; }

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

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

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

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

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

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

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

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