#EBCCF5

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

Shades of Blue Chalk #EBCCF5

Tints of Blue Chalk #EBCCF5

Color information

#EBCCF5 (or 0xEBCCF5) is unknown color: approx Blue Chalk. HEX triplet: EB, CC and F5. RGB value is (235,204,245). Sum of RGB (Red+Green+Blue) = 235+204+245=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 204 (80.08% from 255 or 29.82% from 684); Blue value is 245 (96.09% from 255 or 35.82% from 684); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBCCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCCF5 is #14330A. Grayscale: #D9D9D9. Windows color (decimal): -1323787 or 16108779. OLE color: 16108779.

HSL color Cylindrical-coordinate representation of color #EBCCF5: hue angle of 285.37º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBCCF5 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235204245-
CMYK0.040.1700.04
HSL285.37º67.21%88.04%-
HSV(B)285.37º16.73%96.08%-
XYZ72.3467.4495.59-
YUV217.94143.27140.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 204 (80.08% from 255) = 29.82%
BLUE value IS 245 (96.09% from 255) = 35.82%
R=34.36%
G=29.82%
B=35.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352042450.040.1700.04285.3767.2188.04
HexEBCCF54110411d4358
Octal35331436542104435103130
Binary11101011110011001111010110010001010010001110110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCF5; }

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

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

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

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

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

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

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

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