#EBCFE2

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

Shades of Classic Rose #EBCFE2

Tints of Classic Rose #EBCFE2

Color information

#EBCFE2 (or 0xEBCFE2) is unknown color: approx Classic Rose. HEX triplet: EB, CF and E2. RGB value is (235,207,226). Sum of RGB (Red+Green+Blue) = 235+207+226=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 226 (88.67% from 255 or 33.83% from 668); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFE2 is #14301D. Grayscale: #D9D9D9. Windows color (decimal): -1323038 or 14864363. OLE color: 14864363.

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

Color convert

RGB235207226-
CMYK00.120.040.08
HSL319.29º41.18%86.67%-
HSV(B)319.29º11.91%92.16%-
XYZ70.367.7881.33-
YUV217.54132.78140.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.18%
GREEN value IS 207 (81.25% from 255) = 30.99%
BLUE value IS 226 (88.67% from 255) = 33.83%
R=35.18%
G=30.99%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520722600.120.040.08319.2941.1886.67
HexEBCFE20C4813f2957
Octal35331734201441047751127
Binary1110101111001111111000100110010010001001111111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFE2; }

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

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

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

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

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

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

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

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