#EEC7DA

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

Shades of Classic Rose #EEC7DA

Tints of Classic Rose #EEC7DA

Color information

#EEC7DA (or 0xEEC7DA) is unknown color: approx Classic Rose. HEX triplet: EE, C7 and DA. RGB value is (238,199,218). Sum of RGB (Red+Green+Blue) = 238+199+218=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7DA is #113825. Grayscale: #D4D4D4. Windows color (decimal): -1128486 or 14338030. OLE color: 14338030.

HSL color Cylindrical-coordinate representation of color #EEC7DA: hue angle of 330.77º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC7DA is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB238199218-
CMYK00.160.080.07
HSL330.77º53.42%85.69%-
HSV(B)330.77º16.39%93.33%-
XYZ68.3464.0975.1-
YUV212.83130.92145.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.34%
GREEN value IS 199 (78.12% from 255) = 30.38%
BLUE value IS 218 (85.55% from 255) = 33.28%
R=36.34%
G=30.38%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819921800.160.080.07330.7753.4285.69
HexEEC7DA0108714b3556
Octal35630733202010751365126
Binary11101110110001111101101001000010001111010010111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC7DA; }

 p { color: rgb(238,199,218); }

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

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

 a { background-color: rgb(238,199,218); }

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

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

 span { border-color: rgb(238,199,218); }

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