#EBD7FE

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

Shades of Blue Chalk #EBD7FE

Tints of Blue Chalk #EBD7FE

Color information

#EBD7FE (or 0xEBD7FE) is unknown color: approx Blue Chalk. HEX triplet: EB, D7 and FE. RGB value is (235,215,254). Sum of RGB (Red+Green+Blue) = 235+215+254=704 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.38% from 704); Green value is 215 (84.38% from 255 or 30.54% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBD7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD7FE is #142801. Grayscale: #E1E1E1. Windows color (decimal): -1320962 or 16701419. OLE color: 16701419.

HSL color Cylindrical-coordinate representation of color #EBD7FE: hue angle of 270.77º 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 #EBD7FE is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB235215254-
CMYK0.070.1500.00
HSL270.77º95.12%91.96%-
HSV(B)270.77º15.35%99.61%-
XYZ76.4573.42103.91-
YUV225.43144.13134.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.38%
GREEN value IS 215 (84.38% from 255) = 30.54%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=33.38%
G=30.54%
B=36.08%

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
Decimal2352152540.070.1500.00270.7795.1291.96
HexEBD7FE7F0010f5f5c
Octal35332737671700417137134
Binary11101011110101111111111011111110010000111110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7FE; }

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

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

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

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

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

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

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

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