#EFC4DF

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

Shades of Classic Rose #EFC4DF

Tints of Classic Rose #EFC4DF

Color information

#EFC4DF (or 0xEFC4DF) is unknown color: approx Classic Rose. HEX triplet: EF, C4 and DF. RGB value is (239,196,223). Sum of RGB (Red+Green+Blue) = 239+196+223=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 196 (76.95% from 255 or 29.79% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4DF is #103B20. Grayscale: #D3D3D3. Windows color (decimal): -1063713 or 14664943. OLE color: 14664943.

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

Color convert

RGB239196223-
CMYK00.180.070.06
HSL322.33º57.33%85.29%-
HSV(B)322.33º17.99%93.73%-
XYZ68.6663.1678.38-
YUV211.93134.25147.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.32%
GREEN value IS 196 (76.95% from 255) = 29.79%
BLUE value IS 223 (87.5% from 255) = 33.89%
R=36.32%
G=29.79%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919622300.180.070.06322.3357.3385.29
HexEFC4DF012761423955
Octal3573043370227650271125
Binary1110111111000100110111110100101111101010000101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC4DF; }

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

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

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

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

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

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

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

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