#EBDCF0

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

Shades of Blue Chalk #EBDCF0

Tints of Blue Chalk #EBDCF0

Color information

#EBDCF0 (or 0xEBDCF0) is unknown color: approx Blue Chalk. HEX triplet: EB, DC and F0. RGB value is (235,220,240). Sum of RGB (Red+Green+Blue) = 235+220+240=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 240 (94.14% from 255 or 34.53% from 695); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBDCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCF0 is #14230F. Grayscale: #E2E2E2. Windows color (decimal): -1319696 or 15785195. OLE color: 15785195.

HSL color Cylindrical-coordinate representation of color #EBDCF0: hue angle of 285º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBDCF0 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235220240-
CMYK0.020.0800.06
HSL285º40%90.2%-
HSV(B)285º8.33%94.12%-
XYZ75.5875.1492.96-
YUV226.76135.47133.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.81%
GREEN value IS 220 (86.33% from 255) = 31.65%
BLUE value IS 240 (94.14% from 255) = 34.53%
R=33.81%
G=31.65%
B=34.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352202400.020.0800.062854090.2
HexEBDCF0280611d285a
Octal3533343602100643550132
Binary11101011110111001111000010100001101000111011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCF0; }

 p { color: rgb(235,220,240); }

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

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

 a { background-color: rgb(235,220,240); }

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

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

 span { border-color: rgb(235,220,240); }

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