#EBBED4

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

Shades of Classic Rose #EBBED4

Tints of Classic Rose #EBBED4

Color information

#EBBED4 (or 0xEBBED4) is unknown color: approx Classic Rose. HEX triplet: EB, BE and D4. RGB value is (235,190,212). Sum of RGB (Red+Green+Blue) = 235+190+212=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBED4 is #14412B. Grayscale: #CDCDCD. Windows color (decimal): -1327404 or 13942507. OLE color: 13942507.

HSL color Cylindrical-coordinate representation of color #EBBED4: hue angle of 330.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBED4 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB235190212-
CMYK00.190.100.08
HSL330.67º52.94%83.33%-
HSV(B)330.67º19.15%92.16%-
XYZ64.5659.2470.32-
YUV205.96131.41148.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 190 (74.61% from 255) = 29.83%
BLUE value IS 212 (83.20% from 255) = 33.28%
R=36.89%
G=29.83%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519021200.190.100.08330.6752.9483.33
HexEBBED4013A814b3553
Octal353276324023121051365123
Binary111010111011111011010100010011101010001010010111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBED4; }

 p { color: rgb(235,190,212); }

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

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

 a { background-color: rgb(235,190,212); }

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

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

 span { border-color: rgb(235,190,212); }

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