#EFC4D9

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

Shades of Classic Rose #EFC4D9

Tints of Classic Rose #EFC4D9

Color information

#EFC4D9 (or 0xEFC4D9) is unknown color: approx Classic Rose. HEX triplet: EF, C4 and D9. RGB value is (239,196,217). Sum of RGB (Red+Green+Blue) = 239+196+217=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4D9 is #103B26. Grayscale: #D3D3D3. Windows color (decimal): -1063719 or 14271727. OLE color: 14271727.

HSL color Cylindrical-coordinate representation of color #EFC4D9: hue angle of 330.7º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC4D9 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239196217-
CMYK00.180.090.06
HSL330.7º57.33%85.29%-
HSV(B)330.7º17.99%93.73%-
XYZ67.8662.8474.2-
YUV211.25131.25147.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 196 (76.95% from 255) = 30.06%
BLUE value IS 217 (85.16% from 255) = 33.28%
R=36.66%
G=30.06%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919621700.180.090.06330.757.3385.29
HexEFC4D90129614b3955
Octal35730433102211651371125
Binary11101111110001001101100101001010011101010010111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC4D9; }

 p { color: rgb(239,196,217); }

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

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

 a { background-color: rgb(239,196,217); }

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

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

 span { border-color: rgb(239,196,217); }

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