#EECFE2

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

Shades of Classic Rose #EECFE2

Tints of Classic Rose #EECFE2

Color information

#EECFE2 (or 0xEECFE2) is unknown color: approx Classic Rose. HEX triplet: EE, CF and E2. RGB value is (238,207,226). Sum of RGB (Red+Green+Blue) = 238+207+226=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 226 (88.67% from 255 or 33.68% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFE2 is #11301D. Grayscale: #DADADA. Windows color (decimal): -1126430 or 14864366. OLE color: 14864366.

HSL color Cylindrical-coordinate representation of color #EECFE2: hue angle of 323.23º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EECFE2 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB238207226-
CMYK00.130.050.07
HSL323.23º47.69%87.25%-
HSV(B)323.23º13.03%93.33%-
XYZ71.368.2981.38-
YUV218.44132.27141.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.47%
GREEN value IS 207 (81.25% from 255) = 30.85%
BLUE value IS 226 (88.67% from 255) = 33.68%
R=35.47%
G=30.85%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820722600.130.050.07323.2347.6987.25
HexEECFE20D571433057
Octal3563173420155750360127
Binary111011101100111111100010011011011111010000111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFE2; }

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

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

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

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

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

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

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

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