#EEC2DE

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

Shades of Classic Rose #EEC2DE

Tints of Classic Rose #EEC2DE

Color information

#EEC2DE (or 0xEEC2DE) is unknown color: approx Classic Rose. HEX triplet: EE, C2 and DE. RGB value is (238,194,222). Sum of RGB (Red+Green+Blue) = 238+194+222=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2DE is #113D21. Grayscale: #D2D2D2. Windows color (decimal): -1129762 or 14598894. OLE color: 14598894.

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

Color convert

RGB238194222-
CMYK00.180.070.07
HSL321.82º56.41%84.71%-
HSV(B)321.82º18.49%93.33%-
XYZ67.7462.0377.51-
YUV210.35134.58147.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.39%
GREEN value IS 194 (76.17% from 255) = 29.66%
BLUE value IS 222 (87.11% from 255) = 33.94%
R=36.39%
G=29.66%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819422200.180.070.07321.8256.4184.71
HexEEC2DE012771423855
Octal3563023360227750270125
Binary1110111011000010110111100100101111111010000101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC2DE; }

 p { color: rgb(238,194,222); }

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

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

 a { background-color: rgb(238,194,222); }

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

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

 span { border-color: rgb(238,194,222); }

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