#EBDCF3

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

Shades of Blue Chalk #EBDCF3

Tints of Blue Chalk #EBDCF3

Color information

#EBDCF3 (or 0xEBDCF3) is unknown color: approx Blue Chalk. HEX triplet: EB, DC and F3. RGB value is (235,220,243). Sum of RGB (Red+Green+Blue) = 235+220+243=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 243 (95.31% from 255 or 34.81% from 698); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBDCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCF3 is #14230C. Grayscale: #E3E3E3. Windows color (decimal): -1319693 or 15981803. OLE color: 15981803.

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

Color convert

RGB235220243-
CMYK0.030.0900.05
HSL279.13º48.94%90.78%-
HSV(B)279.13º9.47%95.29%-
XYZ76.0375.3295.32-
YUV227.11136.97133.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.67%
GREEN value IS 220 (86.33% from 255) = 31.52%
BLUE value IS 243 (95.31% from 255) = 34.81%
R=33.67%
G=31.52%
B=34.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352202430.030.0900.05279.1348.9490.78
HexEBDCF33905117315b
Octal3533343633110542761133
Binary11101011110111001111001111100101011000101111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCF3; }

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

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

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

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

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

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

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

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