#EBCAF5

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

Shades of Blue Chalk #EBCAF5

Tints of Blue Chalk #EBCAF5

Color information

#EBCAF5 (or 0xEBCAF5) is unknown color: approx Blue Chalk. HEX triplet: EB, CA and F5. RGB value is (235,202,245). Sum of RGB (Red+Green+Blue) = 235+202+245=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 202 (79.30% from 255 or 29.62% from 682); Blue value is 245 (96.09% from 255 or 35.92% from 682); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBCAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCAF5 is #14350A. Grayscale: #D8D8D8. Windows color (decimal): -1324299 or 16108267. OLE color: 16108267.

HSL color Cylindrical-coordinate representation of color #EBCAF5: hue angle of 286.05º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBCAF5 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235202245-
CMYK0.040.1800.04
HSL286.05º68.25%87.65%-
HSV(B)286.05º17.55%96.08%-
XYZ71.8666.595.43-
YUV216.77143.93141-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.46%
GREEN value IS 202 (79.30% from 255) = 29.62%
BLUE value IS 245 (96.09% from 255) = 35.92%
R=34.46%
G=29.62%
B=35.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352022450.040.1800.04286.0568.2587.65
HexEBCAF54120411e4458
Octal35331236542204436104130
Binary11101011110010101111010110010010010010001111010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAF5; }

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

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

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

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

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

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

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

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