#EBCAFF

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

Shades of Blue Chalk #EBCAFF

Tints of Blue Chalk #EBCAFF

Color information

#EBCAFF (or 0xEBCAFF) is unknown color: approx Blue Chalk. HEX triplet: EB, CA and FF. RGB value is (235,202,255). Sum of RGB (Red+Green+Blue) = 235+202+255=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 202 (79.30% from 255 or 29.19% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBCAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCAFF is #143500. Grayscale: #D9D9D9. Windows color (decimal): -1324289 or 16763627. OLE color: 16763627.

HSL color Cylindrical-coordinate representation of color #EBCAFF: hue angle of 277.36º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBCAFF is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235202255-
CMYK0.080.2100
HSL277.36º100%89.61%-
HSV(B)277.36º20.78%100%-
XYZ73.4367.12103.69-
YUV217.91148.93140.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.96%
GREEN value IS 202 (79.30% from 255) = 29.19%
BLUE value IS 255 (100% from 255) = 36.85%
R=33.96%
G=29.19%
B=36.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352022550.080.2100277.3610089.61
HexEBCAFF81500115645a
Octal353312377102500425144132
Binary1110101111001010111111111000101010010001010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAFF; }

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

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

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

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

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

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

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

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