#EBDBF8

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

Shades of Blue Chalk #EBDBF8

Tints of Blue Chalk #EBDBF8

Color information

#EBDBF8 (or 0xEBDBF8) is unknown color: approx Blue Chalk. HEX triplet: EB, DB and F8. RGB value is (235,219,248). Sum of RGB (Red+Green+Blue) = 235+219+248=702 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.48% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 248 (97.27% from 255 or 35.33% from 702); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBDBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBF8 is #142407. Grayscale: #E2E2E2. Windows color (decimal): -1319944 or 16309227. OLE color: 16309227.

HSL color Cylindrical-coordinate representation of color #EBDBF8: hue angle of 273.1º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBDBF8 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235219248-
CMYK0.050.1200.03
HSL273.1º67.44%91.57%-
HSV(B)273.1º11.69%97.25%-
XYZ76.5475.199.27-
YUV227.09139.8133.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.48%
GREEN value IS 219 (85.94% from 255) = 31.20%
BLUE value IS 248 (97.27% from 255) = 35.33%
R=33.48%
G=31.20%
B=35.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352192480.050.1200.03273.167.4491.57
HexEBDBF85C03111435c
Octal35333337051403421103134
Binary111010111101101111111000101110001110001000110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBF8; }

 p { color: rgb(235,219,248); }

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

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

 a { background-color: rgb(235,219,248); }

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

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

 span { border-color: rgb(235,219,248); }

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