#EBCCF8

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

Shades of Blue Chalk #EBCCF8

Tints of Blue Chalk #EBCCF8

Color information

#EBCCF8 (or 0xEBCCF8) is unknown color: approx Blue Chalk. HEX triplet: EB, CC and F8. RGB value is (235,204,248). Sum of RGB (Red+Green+Blue) = 235+204+248=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 204 (80.08% from 255 or 29.69% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBCCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCCF8 is #143307. Grayscale: #DADADA. Windows color (decimal): -1323784 or 16305387. OLE color: 16305387.

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

Color convert

RGB235204248-
CMYK0.050.1800.03
HSL282.27º75.86%88.63%-
HSV(B)282.27º17.74%97.25%-
XYZ72.867.6398.02-
YUV218.28144.77139.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 204 (80.08% from 255) = 29.69%
BLUE value IS 248 (97.27% from 255) = 36.10%
R=34.21%
G=29.69%
B=36.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352042480.050.1800.03282.2775.8688.63
HexEBCCF85120311a4c59
Octal35331437052203432114131
Binary1110101111001100111110001011001001110001101010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCF8; }

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

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

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

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

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

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

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

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