#EECFDF

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

Shades of Classic Rose #EECFDF

Tints of Classic Rose #EECFDF

Color information

#EECFDF (or 0xEECFDF) is unknown color: approx Classic Rose. HEX triplet: EE, CF and DF. RGB value is (238,207,223). Sum of RGB (Red+Green+Blue) = 238+207+223=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFDF is #113020. Grayscale: #DADADA. Windows color (decimal): -1126433 or 14667758. OLE color: 14667758.

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

Color convert

RGB238207223-
CMYK00.130.060.07
HSL329.03º47.69%87.25%-
HSV(B)329.03º13.03%93.33%-
XYZ70.8968.1379.23-
YUV218.09130.77142.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 207 (81.25% from 255) = 30.99%
BLUE value IS 223 (87.5% from 255) = 33.38%
R=35.63%
G=30.99%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820722300.130.060.07329.0347.6987.25
HexEECFDF0D671493057
Octal3563173370156751160127
Binary111011101100111111011111011011101111010010011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFDF; }

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

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

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

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

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

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

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

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