#EBD0FA

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

Shades of Blue Chalk #EBD0FA

Tints of Blue Chalk #EBD0FA

Color information

#EBD0FA (or 0xEBD0FA) is unknown color: approx Blue Chalk. HEX triplet: EB, D0 and FA. RGB value is (235,208,250). Sum of RGB (Red+Green+Blue) = 235+208+250=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 208 (81.64% from 255 or 30.01% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBD0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD0FA is #142F05. Grayscale: #DCDCDC. Windows color (decimal): -1322758 or 16437483. OLE color: 16437483.

HSL color Cylindrical-coordinate representation of color #EBD0FA: hue angle of 278.57º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBD0FA is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235208250-
CMYK0.060.1700.02
HSL278.57º80.77%89.8%-
HSV(B)278.57º16.8%98.04%-
XYZ74.0769.6899.99-
YUV220.86144.45138.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.91%
GREEN value IS 208 (81.64% from 255) = 30.01%
BLUE value IS 250 (98.05% from 255) = 36.08%
R=33.91%
G=30.01%
B=36.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352082500.060.1700.02278.5780.7789.8
HexEBD0FA61102117515a
Octal35332037262102427121132
Binary1110101111010000111110101101000101010001011110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0FA; }

 p { color: rgb(235,208,250); }

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

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

 a { background-color: rgb(235,208,250); }

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

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

 span { border-color: rgb(235,208,250); }

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