#EBCCF2

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

Shades of Blue Chalk #EBCCF2

Tints of Blue Chalk #EBCCF2

Color information

#EBCCF2 (or 0xEBCCF2) is unknown color: approx Blue Chalk. HEX triplet: EB, CC and F2. RGB value is (235,204,242). Sum of RGB (Red+Green+Blue) = 235+204+242=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBCCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCCF2 is #14330D. Grayscale: #D9D9D9. Windows color (decimal): -1323790 or 15912171. OLE color: 15912171.

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

Color convert

RGB235204242-
CMYK0.030.1600.05
HSL288.95º59.38%87.45%-
HSV(B)288.95º15.7%94.9%-
XYZ71.8867.2693.2-
YUV217.6141.77140.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.51%
GREEN value IS 204 (80.08% from 255) = 29.96%
BLUE value IS 242 (94.92% from 255) = 35.54%
R=34.51%
G=29.96%
B=35.54%

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
Decimal2352042420.030.1600.05288.9559.3887.45
HexEBCCF2310051213b57
Octal3533143623200544173127
Binary111010111100110011110010111000001011001000011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCF2; }

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

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

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

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

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

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

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

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