#EBCFE1

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

Shades of Classic Rose #EBCFE1

Tints of Classic Rose #EBCFE1

Color information

#EBCFE1 (or 0xEBCFE1) is unknown color: approx Classic Rose. HEX triplet: EB, CF and E1. RGB value is (235,207,225). Sum of RGB (Red+Green+Blue) = 235+207+225=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFE1 is #14301E. Grayscale: #D9D9D9. Windows color (decimal): -1323039 or 14798827. OLE color: 14798827.

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

Color convert

RGB235207225-
CMYK00.120.040.08
HSL321.43º41.18%86.67%-
HSV(B)321.43º11.91%92.16%-
XYZ70.1667.7280.61-
YUV217.42132.28140.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 207 (81.25% from 255) = 31.03%
BLUE value IS 225 (88.28% from 255) = 33.73%
R=35.23%
G=31.03%
B=33.73%

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
Decimal23520722500.120.040.08321.4341.1886.67
HexEBCFE10C481412957
Octal35331734101441050151127
Binary1110101111001111111000010110010010001010000011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFE1; }

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

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

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

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

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

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

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

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