#EBCFE3

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

Shades of Classic Rose #EBCFE3

Tints of Classic Rose #EBCFE3

Color information

#EBCFE3 (or 0xEBCFE3) is unknown color: approx Classic Rose. HEX triplet: EB, CF and E3. RGB value is (235,207,227). Sum of RGB (Red+Green+Blue) = 235+207+227=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 227 (89.06% from 255 or 33.93% from 669); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFE3 is #14301C. Grayscale: #D9D9D9. Windows color (decimal): -1323037 or 14929899. OLE color: 14929899.

HSL color Cylindrical-coordinate representation of color #EBCFE3: hue angle of 317.14º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBCFE3 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235207227-
CMYK00.120.030.08
HSL317.14º41.18%86.67%-
HSV(B)317.14º11.91%92.16%-
XYZ70.4467.8382.05-
YUV217.65133.28140.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 207 (81.25% from 255) = 30.94%
BLUE value IS 227 (89.06% from 255) = 33.93%
R=35.13%
G=30.94%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520722700.120.030.08317.1441.1886.67
HexEBCFE30C3813d2957
Octal35331734301431047551127
Binary111010111100111111100011011001110001001111011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFE3; }

 p { color: rgb(235,207,227); }

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

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

 a { background-color: rgb(235,207,227); }

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

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

 span { border-color: rgb(235,207,227); }

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