#EBCBF4

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

Shades of Blue Chalk #EBCBF4

Tints of Blue Chalk #EBCBF4

Color information

#EBCBF4 (or 0xEBCBF4) is unknown color: approx Blue Chalk. HEX triplet: EB, CB and F4. RGB value is (235,203,244). Sum of RGB (Red+Green+Blue) = 235+203+244=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 203 (79.69% from 255 or 29.77% from 682); Blue value is 244 (95.70% from 255 or 35.78% from 682); Max value from RGB is 244 - color contains mainly: blue. Hex color #EBCBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCBF4 is #14340B. Grayscale: #D9D9D9. Windows color (decimal): -1324044 or 16042987. OLE color: 16042987.

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

Color convert

RGB235203244-
CMYK0.040.1700.04
HSL286.83º65.08%87.65%-
HSV(B)286.83º16.8%95.69%-
XYZ71.9566.9194.71-
YUV217.24143.1140.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.46%
GREEN value IS 203 (79.69% from 255) = 29.77%
BLUE value IS 244 (95.70% from 255) = 35.78%
R=34.46%
G=29.77%
B=35.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352032440.040.1700.04286.8365.0887.65
HexEBCBF44110411f4158
Octal35331336442104437101130
Binary11101011110010111111010010010001010010001111110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBF4; }

 p { color: rgb(235,203,244); }

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

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

 a { background-color: rgb(235,203,244); }

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

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

 span { border-color: rgb(235,203,244); }

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