#EECFE1

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

Shades of Classic Rose #EECFE1

Tints of Classic Rose #EECFE1

Color information

#EECFE1 (or 0xEECFE1) is unknown color: approx Classic Rose. HEX triplet: EE, CF and E1. RGB value is (238,207,225). Sum of RGB (Red+Green+Blue) = 238+207+225=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 225 (88.28% from 255 or 33.58% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFE1 is #11301E. Grayscale: #DADADA. Windows color (decimal): -1126431 or 14798830. OLE color: 14798830.

HSL color Cylindrical-coordinate representation of color #EECFE1: hue angle of 325.16º 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 #EECFE1 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB238207225-
CMYK00.130.050.07
HSL325.16º47.69%87.25%-
HSV(B)325.16º13.03%93.33%-
XYZ71.1668.2480.65-
YUV218.32131.77142.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.52%
GREEN value IS 207 (81.25% from 255) = 30.90%
BLUE value IS 225 (88.28% from 255) = 33.58%
R=35.52%
G=30.90%
B=33.58%

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
Decimal23820722500.130.050.07325.1647.6987.25
HexEECFE10D571453057
Octal3563173410155750560127
Binary111011101100111111100001011011011111010001011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFE1; }

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

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

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

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

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

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

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

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