#EBDAFA

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

Shades of Blue Chalk #EBDAFA

Tints of Blue Chalk #EBDAFA

Color information

#EBDAFA (or 0xEBDAFA) is unknown color: approx Blue Chalk. HEX triplet: EB, DA and FA. RGB value is (235,218,250). Sum of RGB (Red+Green+Blue) = 235+218+250=703 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.43% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBDAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDAFA is #142505. Grayscale: #E2E2E2. Windows color (decimal): -1320198 or 16440043. OLE color: 16440043.

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

Color convert

RGB235218250-
CMYK0.060.1300.02
HSL271.88º76.19%91.76%-
HSV(B)271.88º12.8%98.04%-
XYZ76.5974.71100.83-
YUV226.73141.13133.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.43%
GREEN value IS 218 (85.55% from 255) = 31.01%
BLUE value IS 250 (98.05% from 255) = 35.56%
R=33.43%
G=31.01%
B=35.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352182500.060.1300.02271.8876.1991.76
HexEBDAFA6D021104c5c
Octal35333237261502420114134
Binary111010111101101011111010110110101010001000010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAFA; }

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

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

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

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

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

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

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

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