#EBBED2

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

Shades of Classic Rose #EBBED2

Tints of Classic Rose #EBBED2

Color information

#EBBED2 (or 0xEBBED2) is unknown color: approx Classic Rose. HEX triplet: EB, BE and D2. RGB value is (235,190,210). Sum of RGB (Red+Green+Blue) = 235+190+210=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBED2 is #14412D. Grayscale: #CDCDCD. Windows color (decimal): -1327406 or 13811435. OLE color: 13811435.

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

Color convert

RGB235190210-
CMYK00.190.110.08
HSL333.33º52.94%83.33%-
HSV(B)333.33º19.15%92.16%-
XYZ64.3159.1469-
YUV205.74130.41148.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 210 (82.42% from 255) = 33.07%
R=37.01%
G=29.92%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519021000.190.110.08333.3352.9483.33
HexEBBED2013B814d3553
Octal353276322023131051565123
Binary111010111011111011010010010011101110001010011011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBED2; }

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

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

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

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

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

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

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

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