#EEBCD4

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

Shades of Classic Rose #EEBCD4

Tints of Classic Rose #EEBCD4

Color information

#EEBCD4 (or 0xEEBCD4) is unknown color: approx Classic Rose. HEX triplet: EE, BC and D4. RGB value is (238,188,212). Sum of RGB (Red+Green+Blue) = 238+188+212=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCD4 is #11432B. Grayscale: #CDCDCD. Windows color (decimal): -1131308 or 13941998. OLE color: 13941998.

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

Color convert

RGB238188212-
CMYK00.210.110.07
HSL331.2º59.52%83.53%-
HSV(B)331.2º21.01%93.33%-
XYZ65.1358.970.22-
YUV205.69131.56151.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 188 (73.83% from 255) = 29.47%
BLUE value IS 212 (83.20% from 255) = 33.23%
R=37.30%
G=29.47%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818821200.210.110.07331.259.5283.53
HexEEBCD4015B714b3c54
Octal35627432402513751374124
Binary11101110101111001101010001010110111111010010111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCD4; }

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

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

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

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

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

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

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

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