#EFBDD7

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

Shades of Classic Rose #EFBDD7

Tints of Classic Rose #EFBDD7

Color information

#EFBDD7 (or 0xEFBDD7) is unknown color: approx Classic Rose. HEX triplet: EF, BD and D7. RGB value is (239,189,215). Sum of RGB (Red+Green+Blue) = 239+189+215=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDD7 is #104228. Grayscale: #CECECE. Windows color (decimal): -1065513 or 14138863. OLE color: 14138863.

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

Color convert

RGB239189215-
CMYK00.210.100.06
HSL328.8º60.98%83.92%-
HSV(B)328.8º20.92%93.73%-
XYZ66.0659.6572.32-
YUV206.91132.56150.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 189 (74.22% from 255) = 29.39%
BLUE value IS 215 (84.38% from 255) = 33.44%
R=37.17%
G=29.39%
B=33.44%

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
Decimal23918921500.210.100.06328.860.9883.92
HexEFBDD7015A61493d54
Octal35727532702512651175124
Binary11101111101111011101011101010110101101010010011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDD7; }

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

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

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

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

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

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

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

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