#EBBDDA

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

Shades of Classic Rose #EBBDDA

Tints of Classic Rose #EBBDDA

Color information

#EBBDDA (or 0xEBBDDA) is unknown color: approx Classic Rose. HEX triplet: EB, BD and DA. RGB value is (235,189,218). Sum of RGB (Red+Green+Blue) = 235+189+218=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDDA is #144225. Grayscale: #CDCDCD. Windows color (decimal): -1327654 or 14335467. OLE color: 14335467.

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

Color convert

RGB235189218-
CMYK00.200.070.08
HSL322.17º53.49%83.14%-
HSV(B)322.17º19.57%92.16%-
XYZ65.1159.1274.31-
YUV206.06134.74148.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 189 (74.22% from 255) = 29.44%
BLUE value IS 218 (85.55% from 255) = 33.96%
R=36.60%
G=29.44%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518921800.200.070.08322.1753.4983.14
HexEBBDDA014781423553
Octal35327533202471050265123
Binary11101011101111011101101001010011110001010000101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDDA; }

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

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

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

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

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

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

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

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