#EFBCDC

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

Shades of Classic Rose #EFBCDC

Tints of Classic Rose #EFBCDC

Color information

#EFBCDC (or 0xEFBCDC) is unknown color: approx Classic Rose. HEX triplet: EF, BC and DC. RGB value is (239,188,220). Sum of RGB (Red+Green+Blue) = 239+188+220=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCDC is #104323. Grayscale: #CECECE. Windows color (decimal): -1065764 or 14466287. OLE color: 14466287.

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

Color convert

RGB239188220-
CMYK00.210.080.06
HSL322.35º61.45%83.73%-
HSV(B)322.35º21.34%93.73%-
XYZ66.559.4875.69-
YUV206.9135.4150.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.94%
GREEN value IS 188 (73.83% from 255) = 29.06%
BLUE value IS 220 (86.33% from 255) = 34.00%
R=36.94%
G=29.06%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918822000.210.080.06322.3561.4583.73
HexEFBCDC015861423d54
Octal35727433402510650275124
Binary11101111101111001101110001010110001101010000101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCDC; }

 p { color: rgb(239,188,220); }

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

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

 a { background-color: rgb(239,188,220); }

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

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

 span { border-color: rgb(239,188,220); }

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