#EBCCF9

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

Shades of Blue Chalk #EBCCF9

Tints of Blue Chalk #EBCCF9

Color information

#EBCCF9 (or 0xEBCCF9) is unknown color: approx Blue Chalk. HEX triplet: EB, CC and F9. RGB value is (235,204,249). Sum of RGB (Red+Green+Blue) = 235+204+249=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 204 (80.08% from 255 or 29.65% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBCCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCCF9 is #143306. Grayscale: #DADADA. Windows color (decimal): -1323783 or 16370923. OLE color: 16370923.

HSL color Cylindrical-coordinate representation of color #EBCCF9: hue angle of 281.33º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBCCF9 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235204249-
CMYK0.060.1800.02
HSL281.33º78.95%88.82%-
HSV(B)281.33º18.07%97.65%-
XYZ72.9567.6998.84-
YUV218.4145.27139.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.16%
GREEN value IS 204 (80.08% from 255) = 29.65%
BLUE value IS 249 (97.66% from 255) = 36.19%
R=34.16%
G=29.65%
B=36.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352042490.060.1800.02281.3378.9588.82
HexEBCCF9612021194f59
Octal35331437162202431117131
Binary1110101111001100111110011101001001010001100110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCF9; }

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

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

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

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

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

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

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

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