#EBCBFC

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

Shades of Blue Chalk #EBCBFC

Tints of Blue Chalk #EBCBFC

Color information

#EBCBFC (or 0xEBCBFC) is unknown color: approx Blue Chalk. HEX triplet: EB, CB and FC. RGB value is (235,203,252). Sum of RGB (Red+Green+Blue) = 235+203+252=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 203 (79.69% from 255 or 29.42% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBCBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCBFC is #143403. Grayscale: #D9D9D9. Windows color (decimal): -1324036 or 16567275. OLE color: 16567275.

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

Color convert

RGB235203252-
CMYK0.070.1900.01
HSL279.18º89.09%89.22%-
HSV(B)279.18º19.44%98.82%-
XYZ73.1967.4101.25-
YUV218.15147.1140.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.06%
GREEN value IS 203 (79.69% from 255) = 29.42%
BLUE value IS 252 (98.83% from 255) = 36.52%
R=34.06%
G=29.42%
B=36.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352032520.070.1900.01279.1889.0989.22
HexEBCBFC713011175959
Octal35331337472301427131131
Binary111010111100101111111100111100110110001011110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBFC; }

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

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

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

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

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

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

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

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