#EECFDB

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

Shades of Classic Rose #EECFDB

Tints of Classic Rose #EECFDB

Color information

#EECFDB (or 0xEECFDB) is unknown color: approx Classic Rose. HEX triplet: EE, CF and DB. RGB value is (238,207,219). Sum of RGB (Red+Green+Blue) = 238+207+219=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFDB is #113024. Grayscale: #D9D9D9. Windows color (decimal): -1126437 or 14405614. OLE color: 14405614.

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

Color convert

RGB238207219-
CMYK00.130.080.07
HSL336.77º47.69%87.25%-
HSV(B)336.77º13.03%93.33%-
XYZ70.3667.9276.42-
YUV217.64128.77142.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.84%
GREEN value IS 207 (81.25% from 255) = 31.17%
BLUE value IS 219 (85.94% from 255) = 32.98%
R=35.84%
G=31.17%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820721900.130.080.07336.7747.6987.25
HexEECFDB0D871513057
Octal35631733301510752160127
Binary1110111011001111110110110110110001111010100011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFDB; }

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

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

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

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

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

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

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

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