#EFBBDD

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

Shades of Classic Rose #EFBBDD

Tints of Classic Rose #EFBBDD

Color information

#EFBBDD (or 0xEFBBDD) is unknown color: approx Classic Rose. HEX triplet: EF, BB and DD. RGB value is (239,187,221). Sum of RGB (Red+Green+Blue) = 239+187+221=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBDD is #104422. Grayscale: #CECECE. Windows color (decimal): -1066019 or 14531567. OLE color: 14531567.

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

Color convert

RGB239187221-
CMYK00.220.080.06
HSL320.77º61.9%83.53%-
HSV(B)320.77º21.76%93.73%-
XYZ66.4259.1176.32-
YUV206.42136.23151.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.94%
GREEN value IS 187 (73.44% from 255) = 28.90%
BLUE value IS 221 (86.72% from 255) = 34.16%
R=36.94%
G=28.90%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918722100.220.080.06320.7761.983.53
HexEFBBDD016861413e54
Octal35727333502610650176124
Binary11101111101110111101110101011010001101010000011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBDD; }

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

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

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

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

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

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

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

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