#EBCBF7

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

Shades of Blue Chalk #EBCBF7

Tints of Blue Chalk #EBCBF7

Color information

#EBCBF7 (or 0xEBCBF7) is unknown color: approx Blue Chalk. HEX triplet: EB, CB and F7. RGB value is (235,203,247). Sum of RGB (Red+Green+Blue) = 235+203+247=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBCBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCBF7 is #143408. Grayscale: #D9D9D9. Windows color (decimal): -1324041 or 16239595. OLE color: 16239595.

HSL color Cylindrical-coordinate representation of color #EBCBF7: hue angle of 283.64º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBCBF7 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235203247-
CMYK0.050.1800.03
HSL283.64º73.33%88.24%-
HSV(B)283.64º17.81%96.86%-
XYZ72.4167.0997.13-
YUV217.58144.6140.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 203 (79.69% from 255) = 29.64%
BLUE value IS 247 (96.88% from 255) = 36.06%
R=34.31%
G=29.64%
B=36.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352032470.050.1800.03283.6473.3388.24
HexEBCBF75120311c4958
Octal35331336752203434111130
Binary1110101111001011111101111011001001110001110010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBF7; }

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

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

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

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

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

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

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

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