#EBCEFF

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

Shades of Blue Chalk #EBCEFF

Tints of Blue Chalk #EBCEFF

Color information

#EBCEFF (or 0xEBCEFF) is unknown color: approx Blue Chalk. HEX triplet: EB, CE and FF. RGB value is (235,206,255). Sum of RGB (Red+Green+Blue) = 235+206+255=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 206 (80.86% from 255 or 29.60% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBCEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCEFF is #143100. Grayscale: #DCDCDC. Windows color (decimal): -1323265 or 16764651. OLE color: 16764651.

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

Color convert

RGB235206255-
CMYK0.080.1900
HSL275.51º100%90.39%-
HSV(B)275.51º19.22%100%-
XYZ74.3869.02104.01-
YUV220.26147.61138.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.76%
GREEN value IS 206 (80.86% from 255) = 29.60%
BLUE value IS 255 (100% from 255) = 36.64%
R=33.76%
G=29.60%
B=36.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352062550.080.1900275.5110090.39
HexEBCEFF81300114645a
Octal353316377102300424144132
Binary1110101111001110111111111000100110010001010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEFF; }

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

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

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

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

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

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

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

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