#EBC8FD

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

Shades of Blue Chalk #EBC8FD

Tints of Blue Chalk #EBC8FD

Color information

#EBC8FD (or 0xEBC8FD) is unknown color: approx Blue Chalk. HEX triplet: EB, C8 and FD. RGB value is (235,200,253). Sum of RGB (Red+Green+Blue) = 235+200+253=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 200 (78.52% from 255 or 29.07% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBC8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC8FD is #143702. Grayscale: #D8D8D8. Windows color (decimal): -1324803 or 16632043. OLE color: 16632043.

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

Color convert

RGB235200253-
CMYK0.070.2100.01
HSL279.62º92.98%88.82%-
HSV(B)279.62º20.95%99.22%-
XYZ72.6466.06101.85-
YUV216.51148.6141.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.16%
GREEN value IS 200 (78.52% from 255) = 29.07%
BLUE value IS 253 (99.22% from 255) = 36.77%
R=34.16%
G=29.07%
B=36.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352002530.070.2100.01279.6292.9888.82
HexEBC8FD715011185d59
Octal35331037572501430135131
Binary111010111100100011111101111101010110001100010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC8FD; }

 p { color: rgb(235,200,253); }

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

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

 a { background-color: rgb(235,200,253); }

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

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

 span { border-color: rgb(235,200,253); }

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