#EEC3DA

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

Shades of Classic Rose #EEC3DA

Tints of Classic Rose #EEC3DA

Color information

#EEC3DA (or 0xEEC3DA) is unknown color: approx Classic Rose. HEX triplet: EE, C3 and DA. RGB value is (238,195,218). Sum of RGB (Red+Green+Blue) = 238+195+218=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 195 (76.56% from 255 or 29.95% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC3DA is #113C25. Grayscale: #D2D2D2. Windows color (decimal): -1129510 or 14337006. OLE color: 14337006.

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

Color convert

RGB238195218-
CMYK00.180.080.07
HSL327.91º55.84%84.9%-
HSV(B)327.91º18.07%93.33%-
XYZ67.4362.2774.79-
YUV210.48132.25147.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.56%
GREEN value IS 195 (76.56% from 255) = 29.95%
BLUE value IS 218 (85.55% from 255) = 33.49%
R=36.56%
G=29.95%
B=33.49%

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
Decimal23819521800.180.080.07327.9155.8484.9
HexEEC3DA012871483855
Octal35630333202210751070125
Binary11101110110000111101101001001010001111010010001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC3DA; }

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

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

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

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

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

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

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

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