#EFBCDD

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

Shades of Classic Rose #EFBCDD

Tints of Classic Rose #EFBCDD

Color information

#EFBCDD (or 0xEFBCDD) is unknown color: approx Classic Rose. HEX triplet: EF, BC and DD. RGB value is (239,188,221). Sum of RGB (Red+Green+Blue) = 239+188+221=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCDD is #104322. Grayscale: #CECECE. Windows color (decimal): -1065763 or 14531823. OLE color: 14531823.

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

Color convert

RGB239188221-
CMYK00.210.080.06
HSL321.18º61.45%83.73%-
HSV(B)321.18º21.34%93.73%-
XYZ66.6359.5476.39-
YUV207.01135.9150.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.88%
GREEN value IS 188 (73.83% from 255) = 29.01%
BLUE value IS 221 (86.72% from 255) = 34.10%
R=36.88%
G=29.01%
B=34.10%

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
Decimal23918822100.210.080.06321.1861.4583.73
HexEFBCDD015861413d54
Octal35727433502510650175124
Binary11101111101111001101110101010110001101010000011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCDD; }

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

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

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

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

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

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

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

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