#EBCCFC

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

Shades of Blue Chalk #EBCCFC

Tints of Blue Chalk #EBCCFC

Color information

#EBCCFC (or 0xEBCCFC) is unknown color: approx Blue Chalk. HEX triplet: EB, CC and FC. RGB value is (235,204,252). Sum of RGB (Red+Green+Blue) = 235+204+252=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 204 (80.08% from 255 or 29.52% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBCCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCCFC is #143303. Grayscale: #DADADA. Windows color (decimal): -1323780 or 16567531. OLE color: 16567531.

HSL color Cylindrical-coordinate representation of color #EBCCFC: hue angle of 278.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBCCFC is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235204252-
CMYK0.070.1900.01
HSL278.75º88.89%89.41%-
HSV(B)278.75º19.05%98.82%-
XYZ73.4267.88101.33-
YUV218.74146.77139.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.01%
GREEN value IS 204 (80.08% from 255) = 29.52%
BLUE value IS 252 (98.83% from 255) = 36.47%
R=34.01%
G=29.52%
B=36.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352042520.070.1900.01278.7588.8989.41
HexEBCCFC713011175959
Octal35331437472301427131131
Binary111010111100110011111100111100110110001011110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCFC; }

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

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

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

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

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

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

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

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