#EBBAD2

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

Shades of Twilight #EBBAD2

Tints of Twilight #EBBAD2

Color information

#EBBAD2 (or 0xEBBAD2) is unknown color: approx Twilight. HEX triplet: EB, BA and D2. RGB value is (235,186,210). Sum of RGB (Red+Green+Blue) = 235+186+210=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAD2 is #14452D. Grayscale: #CBCBCB. Windows color (decimal): -1328430 or 13810411. OLE color: 13810411.

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

Color convert

RGB235186210-
CMYK00.210.110.08
HSL330.61º55.06%82.55%-
HSV(B)330.61º20.85%92.16%-
XYZ63.4557.4368.71-
YUV203.39131.73150.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 186 (73.05% from 255) = 29.48%
BLUE value IS 210 (82.42% from 255) = 33.28%
R=37.24%
G=29.48%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518621000.210.110.08330.6155.0682.55
HexEBBAD2015B814b3753
Octal353272322025131051367123
Binary111010111011101011010010010101101110001010010111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAD2; }

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

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

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

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

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

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

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

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