#EBCFFF

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

Shades of Blue Chalk #EBCFFF

Tints of Blue Chalk #EBCFFF

Color information

#EBCFFF (or 0xEBCFFF) is unknown color: approx Blue Chalk. HEX triplet: EB, CF and FF. RGB value is (235,207,255). Sum of RGB (Red+Green+Blue) = 235+207+255=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 207 (81.25% from 255 or 29.70% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBCFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCFFF is #143000. Grayscale: #DCDCDC. Windows color (decimal): -1323009 or 16764907. OLE color: 16764907.

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

Color convert

RGB235207255-
CMYK0.080.1900
HSL275º100%90.59%-
HSV(B)275º18.82%100%-
XYZ74.6269.51104.09-
YUV220.84147.28138.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.72%
GREEN value IS 207 (81.25% from 255) = 29.70%
BLUE value IS 255 (100% from 255) = 36.59%
R=33.72%
G=29.70%
B=36.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352072550.080.190027510090.59
HexEBCFFF81300113645b
Octal353317377102300423144133
Binary1110101111001111111111111000100110010001001111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFFF; }

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

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

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

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

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

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

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

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