#EBCFF8

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

Shades of Blue Chalk #EBCFF8

Tints of Blue Chalk #EBCFF8

Color information

#EBCFF8 (or 0xEBCFF8) is unknown color: approx Blue Chalk. HEX triplet: EB, CF and F8. RGB value is (235,207,248). Sum of RGB (Red+Green+Blue) = 235+207+248=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 248 (97.27% from 255 or 35.94% from 690); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBCFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCFF8 is #143007. Grayscale: #DBDBDB. Windows color (decimal): -1323016 or 16306155. OLE color: 16306155.

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

Color convert

RGB235207248-
CMYK0.050.1700.03
HSL280.98º74.55%89.22%-
HSV(B)280.98º16.53%97.25%-
XYZ73.5269.0798.26-
YUV220.05143.78138.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.06%
GREEN value IS 207 (81.25% from 255) = 30%
BLUE value IS 248 (97.27% from 255) = 35.94%
R=34.06%
G=30%
B=35.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352072480.050.1700.03280.9874.5589.22
HexEBCFF8511031194b59
Octal35331737052103431113131
Binary1110101111001111111110001011000101110001100110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFF8; }

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

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

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

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

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

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

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

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