#EECDDA

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

Shades of Classic Rose #EECDDA

Tints of Classic Rose #EECDDA

Color information

#EECDDA (or 0xEECDDA) is unknown color: approx Classic Rose. HEX triplet: EE, CD and DA. RGB value is (238,205,218). Sum of RGB (Red+Green+Blue) = 238+205+218=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDDA is #113225. Grayscale: #D8D8D8. Windows color (decimal): -1126950 or 14339566. OLE color: 14339566.

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

Color convert

RGB238205218-
CMYK00.140.080.07
HSL336.36º49.25%86.86%-
HSV(B)336.36º13.87%93.33%-
XYZ69.7566.975.57-
YUV216.35128.93143.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.01%
GREEN value IS 205 (80.47% from 255) = 31.01%
BLUE value IS 218 (85.55% from 255) = 32.98%
R=36.01%
G=31.01%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820521800.140.080.07336.3649.2586.86
HexEECDDA0E871503157
Octal35631533201610752061127
Binary1110111011001101110110100111010001111010100001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDDA; }

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

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

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

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

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

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

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

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