#EBBCD4

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

Shades of Classic Rose #EBBCD4

Tints of Classic Rose #EBBCD4

Color information

#EBBCD4 (or 0xEBBCD4) is unknown color: approx Classic Rose. HEX triplet: EB, BC and D4. RGB value is (235,188,212). Sum of RGB (Red+Green+Blue) = 235+188+212=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCD4 is #14432B. Grayscale: #CCCCCC. Windows color (decimal): -1327916 or 13941995. OLE color: 13941995.

HSL color Cylindrical-coordinate representation of color #EBBCD4: hue angle of 329.36º degrees, saturation: 0.54, 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 #EBBCD4 is Cyan = 0, Magento = 0.2, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB235188212-
CMYK00.20.100.08
HSL329.36º54.02%82.94%-
HSV(B)329.36º20%92.16%-
XYZ64.1358.3870.18-
YUV204.79132.07149.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 188 (73.83% from 255) = 29.61%
BLUE value IS 212 (83.20% from 255) = 33.39%
R=37.01%
G=29.61%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518821200.20.100.08329.3654.0282.94
HexEBBCD4014A81493653
Octal353274324024121051166123
Binary111010111011110011010100010100101010001010010011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCD4; }

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

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

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

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

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

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

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

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