#EBCAF6

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

Shades of Blue Chalk #EBCAF6

Tints of Blue Chalk #EBCAF6

Color information

#EBCAF6 (or 0xEBCAF6) is unknown color: approx Blue Chalk. HEX triplet: EB, CA and F6. RGB value is (235,202,246). Sum of RGB (Red+Green+Blue) = 235+202+246=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 202 (79.30% from 255 or 29.58% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBCAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCAF6 is #143509. Grayscale: #D8D8D8. Windows color (decimal): -1324298 or 16173803. OLE color: 16173803.

HSL color Cylindrical-coordinate representation of color #EBCAF6: hue angle of 285º degrees, saturation: 0.71, 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 #EBCAF6 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235202246-
CMYK0.040.1800.04
HSL285º70.97%87.84%-
HSV(B)285º17.89%96.47%-
XYZ72.0266.5696.24-
YUV216.88144.43140.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.41%
GREEN value IS 202 (79.30% from 255) = 29.58%
BLUE value IS 246 (96.48% from 255) = 36.02%
R=34.41%
G=29.58%
B=36.02%

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
Decimal2352022460.040.1800.0428570.9787.84
HexEBCAF64120411d4758
Octal35331236642204435107130
Binary11101011110010101111011010010010010010001110110001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAF6; }

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

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

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

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

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

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

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

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