#EFBDDC

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

Shades of Classic Rose #EFBDDC

Tints of Classic Rose #EFBDDC

Color information

#EFBDDC (or 0xEFBDDC) is unknown color: approx Classic Rose. HEX triplet: EF, BD and DC. RGB value is (239,189,220). Sum of RGB (Red+Green+Blue) = 239+189+220=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDDC is #104223. Grayscale: #CFCFCF. Windows color (decimal): -1065508 or 14466543. OLE color: 14466543.

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

Color convert

RGB239189220-
CMYK00.210.080.06
HSL322.8º60.98%83.92%-
HSV(B)322.8º20.92%93.73%-
XYZ66.7159.9175.76-
YUV207.48135.06150.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.88%
GREEN value IS 189 (74.22% from 255) = 29.17%
BLUE value IS 220 (86.33% from 255) = 33.95%
R=36.88%
G=29.17%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918922000.210.080.06322.860.9883.92
HexEFBDDC015861433d54
Octal35727533402510650375124
Binary11101111101111011101110001010110001101010000111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDDC; }

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

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

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

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

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

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

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

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