#EBD7F1

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

Shades of Blue Chalk #EBD7F1

Tints of Blue Chalk #EBD7F1

Color information

#EBD7F1 (or 0xEBD7F1) is unknown color: approx Blue Chalk. HEX triplet: EB, D7 and F1. RGB value is (235,215,241). Sum of RGB (Red+Green+Blue) = 235+215+241=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 215 (84.38% from 255 or 31.11% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBD7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD7F1 is #14280E. Grayscale: #DFDFDF. Windows color (decimal): -1320975 or 15849451. OLE color: 15849451.

HSL color Cylindrical-coordinate representation of color #EBD7F1: hue angle of 286.15º degrees, saturation: 0.48, 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 #EBD7F1 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235215241-
CMYK0.020.1100.05
HSL286.15º48.15%89.41%-
HSV(B)286.15º10.79%94.51%-
XYZ74.4472.6193.31-
YUV223.94137.63135.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.01%
GREEN value IS 215 (84.38% from 255) = 31.11%
BLUE value IS 241 (94.53% from 255) = 34.88%
R=34.01%
G=31.11%
B=34.88%

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
Decimal2352152410.020.1100.05286.1548.1589.41
HexEBD7F12B0511e3059
Octal3533273612130543660131
Binary11101011110101111111000110101101011000111101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7F1; }

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

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

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

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

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

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

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

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