#EBCFF3

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

Shades of Blue Chalk #EBCFF3

Tints of Blue Chalk #EBCFF3

Color information

#EBCFF3 (or 0xEBCFF3) is unknown color: approx Blue Chalk. HEX triplet: EB, CF and F3. RGB value is (235,207,243). Sum of RGB (Red+Green+Blue) = 235+207+243=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBCFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCFF3 is #14300C. Grayscale: #DBDBDB. Windows color (decimal): -1323021 or 15978475. OLE color: 15978475.

HSL color Cylindrical-coordinate representation of color #EBCFF3: hue angle of 286.67º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBCFF3 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235207243-
CMYK0.030.1500.05
HSL286.67º60%88.24%-
HSV(B)286.67º14.81%95.29%-
XYZ72.7568.7694.23-
YUV219.48141.28139.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 207 (81.25% from 255) = 30.22%
BLUE value IS 243 (95.31% from 255) = 35.47%
R=34.31%
G=30.22%
B=35.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352072430.030.1500.05286.676088.24
HexEBCFF33F0511f3c58
Octal3533173633170543774130
Binary11101011110011111111001111111101011000111111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFF3; }

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

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

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

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

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

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

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

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