#EFBCD4

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

Shades of Classic Rose #EFBCD4

Tints of Classic Rose #EFBCD4

Color information

#EFBCD4 (or 0xEFBCD4) is unknown color: approx Classic Rose. HEX triplet: EF, BC and D4. RGB value is (239,188,212). Sum of RGB (Red+Green+Blue) = 239+188+212=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCD4 is #10432B. Grayscale: #CDCDCD. Windows color (decimal): -1065772 or 13941999. OLE color: 13941999.

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

Color convert

RGB239188212-
CMYK00.210.110.06
HSL331.76º61.45%83.73%-
HSV(B)331.76º21.34%93.73%-
XYZ65.4659.0770.24-
YUV205.98131.4151.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.40%
GREEN value IS 188 (73.83% from 255) = 29.42%
BLUE value IS 212 (83.20% from 255) = 33.18%
R=37.40%
G=29.42%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918821200.210.110.06331.7661.4583.73
HexEFBCD4015B614c3d54
Octal35727432402513651475124
Binary11101111101111001101010001010110111101010011001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCD4; }

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

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

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

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

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

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

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

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