#EFC3DA

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

Shades of Classic Rose #EFC3DA

Tints of Classic Rose #EFC3DA

Color information

#EFC3DA (or 0xEFC3DA) is unknown color: approx Classic Rose. HEX triplet: EF, C3 and DA. RGB value is (239,195,218). Sum of RGB (Red+Green+Blue) = 239+195+218=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 195 (76.56% from 255 or 29.91% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3DA is #103C25. Grayscale: #D2D2D2. Windows color (decimal): -1063974 or 14337007. OLE color: 14337007.

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

Color convert

RGB239195218-
CMYK00.180.090.06
HSL328.64º57.89%85.1%-
HSV(B)328.64º18.41%93.73%-
XYZ67.7762.4474.81-
YUV210.78132.08148.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 195 (76.56% from 255) = 29.91%
BLUE value IS 218 (85.55% from 255) = 33.44%
R=36.66%
G=29.91%
B=33.44%

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
Decimal23919521800.180.090.06328.6457.8985.1
HexEFC3DA012961493a55
Octal35730333202211651172125
Binary11101111110000111101101001001010011101010010011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC3DA; }

 p { color: rgb(239,195,218); }

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

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

 a { background-color: rgb(239,195,218); }

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

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

 span { border-color: rgb(239,195,218); }

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