#EBDAF5

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

Shades of Blue Chalk #EBDAF5

Tints of Blue Chalk #EBDAF5

Color information

#EBDAF5 (or 0xEBDAF5) is unknown color: approx Blue Chalk. HEX triplet: EB, DA and F5. RGB value is (235,218,245). Sum of RGB (Red+Green+Blue) = 235+218+245=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 245 (96.09% from 255 or 35.10% from 698); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBDAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDAF5 is #14250A. Grayscale: #E2E2E2. Windows color (decimal): -1320203 or 16112363. OLE color: 16112363.

HSL color Cylindrical-coordinate representation of color #EBDAF5: hue angle of 277.78º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBDAF5 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235218245-
CMYK0.040.1100.04
HSL277.78º57.45%90.78%-
HSV(B)277.78º11.02%96.08%-
XYZ75.8174.496.75-
YUV226.16138.63134.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.67%
GREEN value IS 218 (85.55% from 255) = 31.23%
BLUE value IS 245 (96.09% from 255) = 35.10%
R=33.67%
G=31.23%
B=35.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352182450.040.1100.04277.7857.4590.78
HexEBDAF54B04116395b
Octal3533323654130442671133
Binary111010111101101011110101100101101001000101101110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAF5; }

 p { color: rgb(235,218,245); }

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

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

 a { background-color: rgb(235,218,245); }

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

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

 span { border-color: rgb(235,218,245); }

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