#EBD1FC

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

Shades of Blue Chalk #EBD1FC

Tints of Blue Chalk #EBD1FC

Color information

#EBD1FC (or 0xEBD1FC) is unknown color: approx Blue Chalk. HEX triplet: EB, D1 and FC. RGB value is (235,209,252). Sum of RGB (Red+Green+Blue) = 235+209+252=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 209 (82.03% from 255 or 30.03% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBD1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD1FC is #142E03. Grayscale: #DDDDDD. Windows color (decimal): -1322500 or 16568811. OLE color: 16568811.

HSL color Cylindrical-coordinate representation of color #EBD1FC: hue angle of 276.28º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBD1FC is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235209252-
CMYK0.070.1700.01
HSL276.28º87.76%90.39%-
HSV(B)276.28º17.06%98.82%-
XYZ74.6370.29101.73-
YUV221.68145.11137.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.76%
GREEN value IS 209 (82.03% from 255) = 30.03%
BLUE value IS 252 (98.83% from 255) = 36.21%
R=33.76%
G=30.03%
B=36.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352092520.070.1700.01276.2887.7690.39
HexEBD1FC71101114585a
Octal35332137472101424130132
Binary111010111101000111111100111100010110001010010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1FC; }

 p { color: rgb(235,209,252); }

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

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

 a { background-color: rgb(235,209,252); }

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

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

 span { border-color: rgb(235,209,252); }

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