#EBD6F1

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

Shades of Blue Chalk #EBD6F1

Tints of Blue Chalk #EBD6F1

Color information

#EBD6F1 (or 0xEBD6F1) is unknown color: approx Blue Chalk. HEX triplet: EB, D6 and F1. RGB value is (235,214,241). Sum of RGB (Red+Green+Blue) = 235+214+241=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBD6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD6F1 is #14290E. Grayscale: #DFDFDF. Windows color (decimal): -1321231 or 15849195. OLE color: 15849195.

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

Color convert

RGB235214241-
CMYK0.020.1100.05
HSL286.67º49.09%89.22%-
HSV(B)286.67º11.2%94.51%-
XYZ74.1872.1193.23-
YUV223.36137.96136.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.06%
GREEN value IS 214 (83.98% from 255) = 31.01%
BLUE value IS 241 (94.53% from 255) = 34.93%
R=34.06%
G=31.01%
B=34.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352142410.020.1100.05286.6749.0989.22
HexEBD6F12B0511f3159
Octal3533263612130543761131
Binary11101011110101101111000110101101011000111111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6F1; }

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

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

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

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

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

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

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

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