#EBD9F3

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

Shades of Blue Chalk #EBD9F3

Tints of Blue Chalk #EBD9F3

Color information

#EBD9F3 (or 0xEBD9F3) is unknown color: approx Blue Chalk. HEX triplet: EB, D9 and F3. RGB value is (235,217,243). Sum of RGB (Red+Green+Blue) = 235+217+243=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 217 (85.16% from 255 or 31.22% from 695); Blue value is 243 (95.31% from 255 or 34.96% from 695); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBD9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD9F3 is #14260C. Grayscale: #E1E1E1. Windows color (decimal): -1320461 or 15981035. OLE color: 15981035.

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

Color convert

RGB235217243-
CMYK0.030.1100.05
HSL281.54º52%90.2%-
HSV(B)281.54º10.7%95.29%-
XYZ75.2573.7695.06-
YUV225.35137.96134.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.81%
GREEN value IS 217 (85.16% from 255) = 31.22%
BLUE value IS 243 (95.31% from 255) = 34.96%
R=33.81%
G=31.22%
B=34.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352172430.030.1100.05281.545290.2
HexEBD9F33B0511a345a
Octal3533313633130543264132
Binary11101011110110011111001111101101011000110101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9F3; }

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

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

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

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

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

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

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

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