#EFCBDC

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

Shades of Classic Rose #EFCBDC

Tints of Classic Rose #EFCBDC

Color information

#EFCBDC (or 0xEFCBDC) is unknown color: approx Classic Rose. HEX triplet: EF, CB and DC. RGB value is (239,203,220). Sum of RGB (Red+Green+Blue) = 239+203+220=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBDC is #103423. Grayscale: #D7D7D7. Windows color (decimal): -1061924 or 14470127. OLE color: 14470127.

HSL color Cylindrical-coordinate representation of color #EFCBDC: hue angle of 331.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCBDC is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239203220-
CMYK00.150.080.06
HSL331.67º52.94%86.67%-
HSV(B)331.67º15.06%93.73%-
XYZ69.8766.2376.81-
YUV215.7130.43144.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.10%
GREEN value IS 203 (79.69% from 255) = 30.66%
BLUE value IS 220 (86.33% from 255) = 33.23%
R=36.10%
G=30.66%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920322000.150.080.06331.6752.9486.67
HexEFCBDC0F8614c3557
Octal35731333401710651465127
Binary1110111111001011110111000111110001101010011001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBDC; }

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

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

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

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

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

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

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

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