#EEBCDD

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

Shades of Classic Rose #EEBCDD

Tints of Classic Rose #EEBCDD

Color information

#EEBCDD (or 0xEEBCDD) is unknown color: approx Classic Rose. HEX triplet: EE, BC and DD. RGB value is (238,188,221). Sum of RGB (Red+Green+Blue) = 238+188+221=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCDD is #114322. Grayscale: #CECECE. Windows color (decimal): -1131299 or 14531822. OLE color: 14531822.

HSL color Cylindrical-coordinate representation of color #EEBCDD: hue angle of 320.4º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBCDD is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB238188221-
CMYK00.210.070.07
HSL320.4º59.52%83.53%-
HSV(B)320.4º21.01%93.33%-
XYZ66.2959.3676.37-
YUV206.71136.06150.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.79%
GREEN value IS 188 (73.83% from 255) = 29.06%
BLUE value IS 221 (86.72% from 255) = 34.16%
R=36.79%
G=29.06%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818822100.210.070.07320.459.5283.53
HexEEBCDD015771403c54
Octal3562743350257750074124
Binary1110111010111100110111010101011111111010000001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCDD; }

 p { color: rgb(238,188,221); }

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

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

 a { background-color: rgb(238,188,221); }

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

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

 span { border-color: rgb(238,188,221); }

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