#EBD8FE

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

Shades of Blue Chalk #EBD8FE

Tints of Blue Chalk #EBD8FE

Color information

#EBD8FE (or 0xEBD8FE) is unknown color: approx Blue Chalk. HEX triplet: EB, D8 and FE. RGB value is (235,216,254). Sum of RGB (Red+Green+Blue) = 235+216+254=705 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.33% from 705); Green value is 216 (84.77% from 255 or 30.64% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBD8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD8FE is #142701. Grayscale: #E1E1E1. Windows color (decimal): -1320706 or 16701675. OLE color: 16701675.

HSL color Cylindrical-coordinate representation of color #EBD8FE: hue angle of 270º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBD8FE is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB235216254-
CMYK0.070.1500.00
HSL270º95%92.16%-
HSV(B)270º14.96%99.61%-
XYZ76.7173.93103.99-
YUV226.01143.79134.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.33%
GREEN value IS 216 (84.77% from 255) = 30.64%
BLUE value IS 254 (99.61% from 255) = 36.03%
R=33.33%
G=30.64%
B=36.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352162540.070.1500.002709592.16
HexEBD8FE7F0010e5f5c
Octal35333037671700416137134
Binary11101011110110001111111011111110010000111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8FE; }

 p { color: rgb(235,216,254); }

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

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

 a { background-color: rgb(235,216,254); }

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

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

 span { border-color: rgb(235,216,254); }

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