#EFC1DA

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

Shades of Classic Rose #EFC1DA

Tints of Classic Rose #EFC1DA

Color information

#EFC1DA (or 0xEFC1DA) is unknown color: approx Classic Rose. HEX triplet: EF, C1 and DA. RGB value is (239,193,218). Sum of RGB (Red+Green+Blue) = 239+193+218=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 193 (75.78% from 255 or 29.69% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1DA is #103E25. Grayscale: #D1D1D1. Windows color (decimal): -1064486 or 14336495. OLE color: 14336495.

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

Color convert

RGB239193218-
CMYK00.190.090.06
HSL327.39º58.97%84.71%-
HSV(B)327.39º19.25%93.73%-
XYZ67.3261.5574.66-
YUV209.6132.74148.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 193 (75.78% from 255) = 29.69%
BLUE value IS 218 (85.55% from 255) = 33.54%
R=36.77%
G=29.69%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919321800.190.090.06327.3958.9784.71
HexEFC1DA013961473b55
Octal35730133202311650773125
Binary11101111110000011101101001001110011101010001111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC1DA; }

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

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

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

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

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

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

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

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