#EBCFF9

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

Shades of Blue Chalk #EBCFF9

Tints of Blue Chalk #EBCFF9

Color information

#EBCFF9 (or 0xEBCFF9) is unknown color: approx Blue Chalk. HEX triplet: EB, CF and F9. RGB value is (235,207,249). Sum of RGB (Red+Green+Blue) = 235+207+249=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 207 (81.25% from 255 or 29.96% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBCFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCFF9 is #143006. Grayscale: #DCDCDC. Windows color (decimal): -1323015 or 16371691. OLE color: 16371691.

HSL color Cylindrical-coordinate representation of color #EBCFF9: hue angle of 280º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBCFF9 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235207249-
CMYK0.060.1700.02
HSL280º77.78%89.41%-
HSV(B)280º16.87%97.65%-
XYZ73.6769.1399.08-
YUV220.16144.28138.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.01%
GREEN value IS 207 (81.25% from 255) = 29.96%
BLUE value IS 249 (97.66% from 255) = 36.03%
R=34.01%
G=29.96%
B=36.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352072490.060.1700.0228077.7889.41
HexEBCFF9611021184e59
Octal35331737162102430116131
Binary1110101111001111111110011101000101010001100010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFF9; }

 p { color: rgb(235,207,249); }

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

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

 a { background-color: rgb(235,207,249); }

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

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

 span { border-color: rgb(235,207,249); }

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