#EBCCF3

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

Shades of Blue Chalk #EBCCF3

Tints of Blue Chalk #EBCCF3

Color information

#EBCCF3 (or 0xEBCCF3) is unknown color: approx Blue Chalk. HEX triplet: EB, CC and F3. RGB value is (235,204,243). Sum of RGB (Red+Green+Blue) = 235+204+243=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBCCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCCF3 is #14330C. Grayscale: #D9D9D9. Windows color (decimal): -1323789 or 15977707. OLE color: 15977707.

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

Color convert

RGB235204243-
CMYK0.030.1600.05
HSL287.69º61.9%87.65%-
HSV(B)287.69º16.05%95.29%-
XYZ72.0367.3293.99-
YUV217.71142.27140.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.46%
GREEN value IS 204 (80.08% from 255) = 29.91%
BLUE value IS 243 (95.31% from 255) = 35.63%
R=34.46%
G=29.91%
B=35.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352042430.030.1600.05287.6961.987.65
HexEBCCF3310051203e58
Octal3533143633200544076130
Binary111010111100110011110011111000001011001000001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCF3; }

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

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

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

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

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

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

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

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