#EBD2FA

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

Shades of Blue Chalk #EBD2FA

Tints of Blue Chalk #EBD2FA

Color information

#EBD2FA (or 0xEBD2FA) is unknown color: approx Blue Chalk. HEX triplet: EB, D2 and FA. RGB value is (235,210,250). Sum of RGB (Red+Green+Blue) = 235+210+250=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 210 (82.42% from 255 or 30.22% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBD2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD2FA is #142D05. Grayscale: #DDDDDD. Windows color (decimal): -1322246 or 16437995. OLE color: 16437995.

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

Color convert

RGB235210250-
CMYK0.060.1600.02
HSL277.5º80%90.2%-
HSV(B)277.5º16%98.04%-
XYZ74.5670.66100.15-
YUV222.04143.78137.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.81%
GREEN value IS 210 (82.42% from 255) = 30.22%
BLUE value IS 250 (98.05% from 255) = 35.97%
R=33.81%
G=30.22%
B=35.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352102500.060.1600.02277.58090.2
HexEBD2FA61002116505a
Octal35332237262002426120132
Binary1110101111010010111110101101000001010001011010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2FA; }

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

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

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

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

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

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

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

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