#EEBDDA

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

Shades of Classic Rose #EEBDDA

Tints of Classic Rose #EEBDDA

Color information

#EEBDDA (or 0xEEBDDA) is unknown color: approx Classic Rose. HEX triplet: EE, BD and DA. RGB value is (238,189,218). Sum of RGB (Red+Green+Blue) = 238+189+218=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDDA is #114225. Grayscale: #CECECE. Windows color (decimal): -1131046 or 14335470. OLE color: 14335470.

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

Color convert

RGB238189218-
CMYK00.210.080.07
HSL324.49º59.04%83.73%-
HSV(B)324.49º20.59%93.33%-
XYZ66.1159.6374.36-
YUV206.96134.23150.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.90%
GREEN value IS 189 (74.22% from 255) = 29.30%
BLUE value IS 218 (85.55% from 255) = 33.80%
R=36.90%
G=29.30%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818921800.210.080.07324.4959.0483.73
HexEEBDDA015871443b54
Octal35627533202510750473124
Binary11101110101111011101101001010110001111010001001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDDA; }

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

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

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

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

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

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

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

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