#EBCDFC

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

Shades of Blue Chalk #EBCDFC

Tints of Blue Chalk #EBCDFC

Color information

#EBCDFC (or 0xEBCDFC) is unknown color: approx Blue Chalk. HEX triplet: EB, CD and FC. RGB value is (235,205,252). Sum of RGB (Red+Green+Blue) = 235+205+252=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 205 (80.47% from 255 or 29.62% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBCDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCDFC is #143203. Grayscale: #DBDBDB. Windows color (decimal): -1323524 or 16567787. OLE color: 16567787.

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

Color convert

RGB235205252-
CMYK0.070.1900.01
HSL278.3º88.68%89.61%-
HSV(B)278.3º18.65%98.82%-
XYZ73.6668.35101.41-
YUV219.33146.44139.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.96%
GREEN value IS 205 (80.47% from 255) = 29.62%
BLUE value IS 252 (98.83% from 255) = 36.42%
R=33.96%
G=29.62%
B=36.42%

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
Decimal2352052520.070.1900.01278.388.6889.61
HexEBCDFC71301116595a
Octal35331537472301426131132
Binary111010111100110111111100111100110110001011010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDFC; }

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

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

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

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

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

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

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

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