#EBDAF1

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

Shades of Blue Chalk #EBDAF1

Tints of Blue Chalk #EBDAF1

Color information

#EBDAF1 (or 0xEBDAF1) is unknown color: approx Blue Chalk. HEX triplet: EB, DA and F1. RGB value is (235,218,241). Sum of RGB (Red+Green+Blue) = 235+218+241=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBDAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDAF1 is #14250E. Grayscale: #E1E1E1. Windows color (decimal): -1320207 or 15850219. OLE color: 15850219.

HSL color Cylindrical-coordinate representation of color #EBDAF1: hue angle of 284.35º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBDAF1 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235218241-
CMYK0.020.1000.05
HSL284.35º45.1%90%-
HSV(B)284.35º9.54%94.51%-
XYZ75.2174.1693.57-
YUV225.7136.63134.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.86%
GREEN value IS 218 (85.55% from 255) = 31.41%
BLUE value IS 241 (94.53% from 255) = 34.73%
R=33.86%
G=31.41%
B=34.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352182410.020.1000.05284.3545.190
HexEBDAF12A0511c2d5a
Octal3533323612120543455132
Binary11101011110110101111000110101001011000111001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAF1; }

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

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

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

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

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

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

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

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