#EFC9DB

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

Shades of Classic Rose #EFC9DB

Tints of Classic Rose #EFC9DB

Color information

#EFC9DB (or 0xEFC9DB) is unknown color: approx Classic Rose. HEX triplet: EF, C9 and DB. RGB value is (239,201,219). Sum of RGB (Red+Green+Blue) = 239+201+219=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 201 (78.91% from 255 or 30.50% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9DB is #103624. Grayscale: #D6D6D6. Windows color (decimal): -1062437 or 14404079. OLE color: 14404079.

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

Color convert

RGB239201219-
CMYK00.160.080.06
HSL331.58º54.29%86.27%-
HSV(B)331.58º15.9%93.73%-
XYZ69.2765.2475.96-
YUV214.41130.59145.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 201 (78.91% from 255) = 30.50%
BLUE value IS 219 (85.94% from 255) = 33.23%
R=36.27%
G=30.50%
B=33.23%

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
Decimal23920121900.160.080.06331.5854.2986.27
HexEFC9DB0108614c3656
Octal35731133302010651466126
Binary11101111110010011101101101000010001101010011001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC9DB; }

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

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

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

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

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

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

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

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