#EBC9FF

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

Shades of Blue Chalk #EBC9FF

Tints of Blue Chalk #EBC9FF

Color information

#EBC9FF (or 0xEBC9FF) is unknown color: approx Blue Chalk. HEX triplet: EB, C9 and FF. RGB value is (235,201,255). Sum of RGB (Red+Green+Blue) = 235+201+255=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 201 (78.91% from 255 or 29.09% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBC9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC9FF is #143600. Grayscale: #D9D9D9. Windows color (decimal): -1324545 or 16763371. OLE color: 16763371.

HSL color Cylindrical-coordinate representation of color #EBC9FF: hue angle of 277.78º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBC9FF is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235201255-
CMYK0.080.2100
HSL277.78º100%89.41%-
HSV(B)277.78º21.18%100%-
XYZ73.266.66103.62-
YUV217.32149.26140.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.01%
GREEN value IS 201 (78.91% from 255) = 29.09%
BLUE value IS 255 (100% from 255) = 36.90%
R=34.01%
G=29.09%
B=36.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352012550.080.2100277.7810089.41
HexEBC9FF815001166459
Octal353311377102500426144131
Binary1110101111001001111111111000101010010001011011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9FF; }

 p { color: rgb(235,201,255); }

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

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

 a { background-color: rgb(235,201,255); }

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

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

 span { border-color: rgb(235,201,255); }

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