#EBD5FE

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

Shades of Blue Chalk #EBD5FE

Tints of Blue Chalk #EBD5FE

Color information

#EBD5FE (or 0xEBD5FE) is unknown color: approx Blue Chalk. HEX triplet: EB, D5 and FE. RGB value is (235,213,254). Sum of RGB (Red+Green+Blue) = 235+213+254=702 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.48% from 702); Green value is 213 (83.59% from 255 or 30.34% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBD5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD5FE is #142A01. Grayscale: #E0E0E0. Windows color (decimal): -1321474 or 16700907. OLE color: 16700907.

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

Color convert

RGB235213254-
CMYK0.070.1600.00
HSL272.2º95.35%91.57%-
HSV(B)272.2º16.14%99.61%-
XYZ75.9472.41103.74-
YUV224.25144.79135.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.48%
GREEN value IS 213 (83.59% from 255) = 30.34%
BLUE value IS 254 (99.61% from 255) = 36.18%
R=33.48%
G=30.34%
B=36.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352132540.070.1600.00272.295.3591.57
HexEBD5FE710001105f5c
Octal35332537672000420137134
Binary111010111101010111111110111100000010001000010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5FE; }

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

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

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

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

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

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

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

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