#EBCAF2

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

Shades of Blue Chalk #EBCAF2

Tints of Blue Chalk #EBCAF2

Color information

#EBCAF2 (or 0xEBCAF2) is unknown color: approx Blue Chalk. HEX triplet: EB, CA and F2. RGB value is (235,202,242). Sum of RGB (Red+Green+Blue) = 235+202+242=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 202 (79.30% from 255 or 29.75% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBCAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCAF2 is #14350D. Grayscale: #D8D8D8. Windows color (decimal): -1324302 or 15911659. OLE color: 15911659.

HSL color Cylindrical-coordinate representation of color #EBCAF2: hue angle of 289.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBCAF2 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235202242-
CMYK0.030.1700.05
HSL289.5º60.61%87.06%-
HSV(B)289.5º16.53%94.9%-
XYZ71.4166.3193.04-
YUV216.43142.43141.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.61%
GREEN value IS 202 (79.30% from 255) = 29.75%
BLUE value IS 242 (94.92% from 255) = 35.64%
R=34.61%
G=29.75%
B=35.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352022420.030.1700.05289.560.6187.06
HexEBCAF2311051223d57
Octal3533123623210544275127
Binary111010111100101011110010111000101011001000101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAF2; }

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

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

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

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

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

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

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

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