#EBD3F3

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

Shades of Blue Chalk #EBD3F3

Tints of Blue Chalk #EBD3F3

Color information

#EBD3F3 (or 0xEBD3F3) is unknown color: approx Blue Chalk. HEX triplet: EB, D3 and F3. RGB value is (235,211,243). Sum of RGB (Red+Green+Blue) = 235+211+243=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 211 (82.81% from 255 or 30.62% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBD3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD3F3 is #142C0C. Grayscale: #DDDDDD. Windows color (decimal): -1321997 or 15979499. OLE color: 15979499.

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

Color convert

RGB235211243-
CMYK0.030.1300.05
HSL285º57.14%89.02%-
HSV(B)285º13.17%95.29%-
XYZ73.7370.7294.56-
YUV221.82139.95137.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.11%
GREEN value IS 211 (82.81% from 255) = 30.62%
BLUE value IS 243 (95.31% from 255) = 35.27%
R=34.11%
G=30.62%
B=35.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352112430.030.1300.0528557.1489.02
HexEBD3F33D0511d3959
Octal3533233633150543571131
Binary11101011110100111111001111110101011000111011110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3F3; }

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

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

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

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

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

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

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

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