#EFBDDF

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

Shades of Classic Rose #EFBDDF

Tints of Classic Rose #EFBDDF

Color information

#EFBDDF (or 0xEFBDDF) is unknown color: approx Classic Rose. HEX triplet: EF, BD and DF. RGB value is (239,189,223). Sum of RGB (Red+Green+Blue) = 239+189+223=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDDF is #104220. Grayscale: #CFCFCF. Windows color (decimal): -1065505 or 14663151. OLE color: 14663151.

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

Color convert

RGB239189223-
CMYK00.210.070.06
HSL319.2º60.98%83.92%-
HSV(B)319.2º20.92%93.73%-
XYZ67.1160.0777.87-
YUV207.83136.56150.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 189 (74.22% from 255) = 29.03%
BLUE value IS 223 (87.5% from 255) = 34.25%
R=36.71%
G=29.03%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918922300.210.070.06319.260.9883.92
HexEFBDDF0157613f3d54
Octal3572753370257647775124
Binary1110111110111101110111110101011111101001111111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDDF; }

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

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

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

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

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

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

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

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