#EFCBE2

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

Shades of Classic Rose #EFCBE2

Tints of Classic Rose #EFCBE2

Color information

#EFCBE2 (or 0xEFCBE2) is unknown color: approx Classic Rose. HEX triplet: EF, CB and E2. RGB value is (239,203,226). Sum of RGB (Red+Green+Blue) = 239+203+226=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 226 (88.67% from 255 or 33.83% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBE2 is #10341D. Grayscale: #D8D8D8. Windows color (decimal): -1061918 or 14863343. OLE color: 14863343.

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

Color convert

RGB239203226-
CMYK00.150.050.06
HSL321.67º52.94%86.67%-
HSV(B)321.67º15.06%93.73%-
XYZ70.6866.5581.07-
YUV216.39133.43144.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 203 (79.69% from 255) = 30.39%
BLUE value IS 226 (88.67% from 255) = 33.83%
R=35.78%
G=30.39%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920322600.150.050.06321.6752.9486.67
HexEFCBE20F561423557
Octal3573133420175650265127
Binary111011111100101111100010011111011101010000101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBE2; }

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

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

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

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

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

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

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

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