#EBCAFC

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

Shades of Blue Chalk #EBCAFC

Tints of Blue Chalk #EBCAFC

Color information

#EBCAFC (or 0xEBCAFC) is unknown color: approx Blue Chalk. HEX triplet: EB, CA and FC. RGB value is (235,202,252). Sum of RGB (Red+Green+Blue) = 235+202+252=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 202 (79.30% from 255 or 29.32% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBCAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCAFC is #143503. Grayscale: #D9D9D9. Windows color (decimal): -1324292 or 16567019. OLE color: 16567019.

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

Color convert

RGB235202252-
CMYK0.070.2000.01
HSL279.6º89.29%89.02%-
HSV(B)279.6º19.84%98.82%-
XYZ72.9566.93101.17-
YUV217.57147.43140.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.11%
GREEN value IS 202 (79.30% from 255) = 29.32%
BLUE value IS 252 (98.83% from 255) = 36.57%
R=34.11%
G=29.32%
B=36.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352022520.070.2000.01279.689.2989.02
HexEBCAFC714011185959
Octal35331237472401430131131
Binary111010111100101011111100111101000110001100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAFC; }

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

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

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

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

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

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

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

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