#EFCBD9

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

Shades of Classic Rose #EFCBD9

Tints of Classic Rose #EFCBD9

Color information

#EFCBD9 (or 0xEFCBD9) is unknown color: approx Classic Rose. HEX triplet: EF, CB and D9. RGB value is (239,203,217). Sum of RGB (Red+Green+Blue) = 239+203+217=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 217 (85.16% from 255 or 32.93% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBD9 is #103426. Grayscale: #D7D7D7. Windows color (decimal): -1061927 or 14273519. OLE color: 14273519.

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

Color convert

RGB239203217-
CMYK00.150.090.06
HSL336.67º52.94%86.67%-
HSV(B)336.67º15.06%93.73%-
XYZ69.4866.0774.74-
YUV215.36128.93144.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 203 (79.69% from 255) = 30.80%
BLUE value IS 217 (85.16% from 255) = 32.93%
R=36.27%
G=30.80%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920321700.150.090.06336.6752.9486.67
HexEFCBD90F961513557
Octal35731333101711652165127
Binary1110111111001011110110010111110011101010100011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBD9; }

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

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

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

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

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

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

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

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