#EFCBDD

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

Shades of Classic Rose #EFCBDD

Tints of Classic Rose #EFCBDD

Color information

#EFCBDD (or 0xEFCBDD) is unknown color: approx Classic Rose. HEX triplet: EF, CB and DD. RGB value is (239,203,221). Sum of RGB (Red+Green+Blue) = 239+203+221=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBDD is #103422. Grayscale: #D7D7D7. Windows color (decimal): -1061923 or 14535663. OLE color: 14535663.

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

Color convert

RGB239203221-
CMYK00.150.080.06
HSL330º52.94%86.67%-
HSV(B)330º15.06%93.73%-
XYZ7066.2877.51-
YUV215.82130.93144.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 203 (79.69% from 255) = 30.62%
BLUE value IS 221 (86.72% from 255) = 33.33%
R=36.05%
G=30.62%
B=33.33%

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
Decimal23920322100.150.080.0633052.9486.67
HexEFCBDD0F8614a3557
Octal35731333501710651265127
Binary1110111111001011110111010111110001101010010101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBDD; }

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

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

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

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

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

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

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

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