#EBCAFD

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

Shades of Blue Chalk #EBCAFD

Tints of Blue Chalk #EBCAFD

Color information

#EBCAFD (or 0xEBCAFD) is unknown color: approx Blue Chalk. HEX triplet: EB, CA and FD. RGB value is (235,202,253). Sum of RGB (Red+Green+Blue) = 235+202+253=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 202 (79.30% from 255 or 29.28% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBCAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCAFD is #143502. Grayscale: #D9D9D9. Windows color (decimal): -1324291 or 16632555. OLE color: 16632555.

HSL color Cylindrical-coordinate representation of color #EBCAFD: hue angle of 278.82º degrees, saturation: 0.93, 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 #EBCAFD is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235202253-
CMYK0.070.2000.01
HSL278.82º92.73%89.22%-
HSV(B)278.82º20.16%99.22%-
XYZ73.1167102.01-
YUV217.68147.93140.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.06%
GREEN value IS 202 (79.30% from 255) = 29.28%
BLUE value IS 253 (99.22% from 255) = 36.67%
R=34.06%
G=29.28%
B=36.67%

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
Decimal2352022530.070.2000.01278.8292.7389.22
HexEBCAFD714011175d59
Octal35331237572401427135131
Binary111010111100101011111101111101000110001011110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAFD; }

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

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

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

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

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

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

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

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