#EFC0DB

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

Shades of Classic Rose #EFC0DB

Tints of Classic Rose #EFC0DB

Color information

#EFC0DB (or 0xEFC0DB) is unknown color: approx Classic Rose. HEX triplet: EF, C0 and DB. RGB value is (239,192,219). Sum of RGB (Red+Green+Blue) = 239+192+219=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0DB is #103F24. Grayscale: #D1D1D1. Windows color (decimal): -1064741 or 14401775. OLE color: 14401775.

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

Color convert

RGB239192219-
CMYK00.200.080.06
HSL325.53º59.49%84.51%-
HSV(B)325.53º19.67%93.73%-
XYZ67.2361.1675.28-
YUV209.13133.57149.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 192 (75.39% from 255) = 29.54%
BLUE value IS 219 (85.94% from 255) = 33.69%
R=36.77%
G=29.54%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919221900.200.080.06325.5359.4984.51
HexEFC0DB014861463b55
Octal35730033302410650673125
Binary11101111110000001101101101010010001101010001101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC0DB; }

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

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

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

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

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

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

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

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