#EFC8DD

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

Shades of Classic Rose #EFC8DD

Tints of Classic Rose #EFC8DD

Color information

#EFC8DD (or 0xEFC8DD) is unknown color: approx Classic Rose. HEX triplet: EF, C8 and DD. RGB value is (239,200,221). Sum of RGB (Red+Green+Blue) = 239+200+221=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 200 (78.52% from 255 or 30.30% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8DD is #103722. Grayscale: #D6D6D6. Windows color (decimal): -1062691 or 14534895. OLE color: 14534895.

HSL color Cylindrical-coordinate representation of color #EFC8DD: hue angle of 327.69º degrees, saturation: 0.55, 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 #EFC8DD is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239200221-
CMYK00.160.080.06
HSL327.69º54.93%86.08%-
HSV(B)327.69º16.32%93.73%-
XYZ69.364.8877.28-
YUV214.06131.92145.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.21%
GREEN value IS 200 (78.52% from 255) = 30.30%
BLUE value IS 221 (86.72% from 255) = 33.48%
R=36.21%
G=30.30%
B=33.48%

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
Decimal23920022100.160.080.06327.6954.9386.08
HexEFC8DD010861483756
Octal35731033502010651067126
Binary11101111110010001101110101000010001101010010001101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8DD; }

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

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

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

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

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

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

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

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