#EFBDD6

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

Shades of Classic Rose #EFBDD6

Tints of Classic Rose #EFBDD6

Color information

#EFBDD6 (or 0xEFBDD6) is unknown color: approx Classic Rose. HEX triplet: EF, BD and D6. RGB value is (239,189,214). Sum of RGB (Red+Green+Blue) = 239+189+214=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDD6 is #104229. Grayscale: #CECECE. Windows color (decimal): -1065514 or 14073327. OLE color: 14073327.

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

Color convert

RGB239189214-
CMYK00.210.100.06
HSL330º60.98%83.92%-
HSV(B)330º20.92%93.73%-
XYZ65.9359.671.65-
YUV206.8132.06150.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 189 (74.22% from 255) = 29.44%
BLUE value IS 214 (83.98% from 255) = 33.33%
R=37.23%
G=29.44%
B=33.33%

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
Decimal23918921400.210.100.0633060.9883.92
HexEFBDD6015A614a3d54
Octal35727532602512651275124
Binary11101111101111011101011001010110101101010010101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDD6; }

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

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

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

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

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

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

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

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