#EEC4DA

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

Shades of Classic Rose #EEC4DA

Tints of Classic Rose #EEC4DA

Color information

#EEC4DA (or 0xEEC4DA) is unknown color: approx Classic Rose. HEX triplet: EE, C4 and DA. RGB value is (238,196,218). Sum of RGB (Red+Green+Blue) = 238+196+218=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC4DA is #113B25. Grayscale: #D3D3D3. Windows color (decimal): -1129254 or 14337262. OLE color: 14337262.

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

Color convert

RGB238196218-
CMYK00.180.080.07
HSL328.57º55.26%85.1%-
HSV(B)328.57º17.65%93.33%-
XYZ67.6562.7274.87-
YUV211.07131.91147.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.50%
GREEN value IS 196 (76.95% from 255) = 30.06%
BLUE value IS 218 (85.55% from 255) = 33.44%
R=36.50%
G=30.06%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819621800.180.080.07328.5755.2685.1
HexEEC4DA012871493755
Octal35630433202210751167125
Binary11101110110001001101101001001010001111010010011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC4DA; }

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

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

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

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

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

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

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

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