#EFBDD8

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

Shades of Classic Rose #EFBDD8

Tints of Classic Rose #EFBDD8

Color information

#EFBDD8 (or 0xEFBDD8) is unknown color: approx Classic Rose. HEX triplet: EF, BD and D8. RGB value is (239,189,216). Sum of RGB (Red+Green+Blue) = 239+189+216=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDD8 is #104227. Grayscale: #CECECE. Windows color (decimal): -1065512 or 14204399. OLE color: 14204399.

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

Color convert

RGB239189216-
CMYK00.210.100.06
HSL327.6º60.98%83.92%-
HSV(B)327.6º20.92%93.73%-
XYZ66.1959.773-
YUV207.03133.06150.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 189 (74.22% from 255) = 29.35%
BLUE value IS 216 (84.77% from 255) = 33.54%
R=37.11%
G=29.35%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918921600.210.100.06327.660.9883.92
HexEFBDD8015A61483d54
Octal35727533002512651075124
Binary11101111101111011101100001010110101101010010001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDD8; }

 p { color: rgb(239,189,216); }

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

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

 a { background-color: rgb(239,189,216); }

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

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

 span { border-color: rgb(239,189,216); }

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