#EBD5FA

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

Shades of Blue Chalk #EBD5FA

Tints of Blue Chalk #EBD5FA

Color information

#EBD5FA (or 0xEBD5FA) is unknown color: approx Blue Chalk. HEX triplet: EB, D5 and FA. RGB value is (235,213,250). Sum of RGB (Red+Green+Blue) = 235+213+250=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 213 (83.59% from 255 or 30.52% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBD5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD5FA is #142A05. Grayscale: #DFDFDF. Windows color (decimal): -1321478 or 16438763. OLE color: 16438763.

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

Color convert

RGB235213250-
CMYK0.060.1500.02
HSL275.68º78.72%90.78%-
HSV(B)275.68º14.8%98.04%-
XYZ75.3172.15100.4-
YUV223.8142.79135.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.67%
GREEN value IS 213 (83.59% from 255) = 30.52%
BLUE value IS 250 (98.05% from 255) = 35.82%
R=33.67%
G=30.52%
B=35.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352132500.060.1500.02275.6878.7290.78
HexEBD5FA6F021144f5b
Octal35332537261702424117133
Binary111010111101010111111010110111101010001010010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5FA; }

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

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

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

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

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

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

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

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