#EBD6F3

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

Shades of Blue Chalk #EBD6F3

Tints of Blue Chalk #EBD6F3

Color information

#EBD6F3 (or 0xEBD6F3) is unknown color: approx Blue Chalk. HEX triplet: EB, D6 and F3. RGB value is (235,214,243). Sum of RGB (Red+Green+Blue) = 235+214+243=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 214 (83.98% from 255 or 30.92% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBD6F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD6F3 is #14290C. Grayscale: #DFDFDF. Windows color (decimal): -1321229 or 15980267. OLE color: 15980267.

HSL color Cylindrical-coordinate representation of color #EBD6F3: hue angle of 283.45º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBD6F3 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235214243-
CMYK0.030.1200.05
HSL283.45º54.72%89.61%-
HSV(B)283.45º11.93%95.29%-
XYZ74.4972.2394.81-
YUV223.58138.96136.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.96%
GREEN value IS 214 (83.98% from 255) = 30.92%
BLUE value IS 243 (95.31% from 255) = 35.12%
R=33.96%
G=30.92%
B=35.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352142430.030.1200.05283.4554.7289.61
HexEBD6F33C0511b375a
Octal3533263633140543367132
Binary11101011110101101111001111110001011000110111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6F3; }

 p { color: rgb(235,214,243); }

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

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

 a { background-color: rgb(235,214,243); }

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

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

 span { border-color: rgb(235,214,243); }

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