#EFC9DD

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

Shades of Classic Rose #EFC9DD

Tints of Classic Rose #EFC9DD

Color information

#EFC9DD (or 0xEFC9DD) is unknown color: approx Classic Rose. HEX triplet: EF, C9 and DD. RGB value is (239,201,221). Sum of RGB (Red+Green+Blue) = 239+201+221=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 201 (78.91% from 255 or 30.41% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9DD is #103622. Grayscale: #D6D6D6. Windows color (decimal): -1062435 or 14535151. OLE color: 14535151.

HSL color Cylindrical-coordinate representation of color #EFC9DD: hue angle of 328.42º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC9DD is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239201221-
CMYK00.160.080.06
HSL328.42º54.29%86.27%-
HSV(B)328.42º15.9%93.73%-
XYZ69.5365.3477.35-
YUV214.64131.59145.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.16%
GREEN value IS 201 (78.91% from 255) = 30.41%
BLUE value IS 221 (86.72% from 255) = 33.43%
R=36.16%
G=30.41%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920122100.160.080.06328.4254.2986.27
HexEFC9DD010861483656
Octal35731133502010651066126
Binary11101111110010011101110101000010001101010010001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC9DD; }

 p { color: rgb(239,201,221); }

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

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

 a { background-color: rgb(239,201,221); }

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

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

 span { border-color: rgb(239,201,221); }

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