#EBD3F1

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

Shades of Blue Chalk #EBD3F1

Tints of Blue Chalk #EBD3F1

Color information

#EBD3F1 (or 0xEBD3F1) is unknown color: approx Blue Chalk. HEX triplet: EB, D3 and F1. RGB value is (235,211,241). Sum of RGB (Red+Green+Blue) = 235+211+241=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 211 (82.81% from 255 or 30.71% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBD3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD3F1 is #142C0E. Grayscale: #DDDDDD. Windows color (decimal): -1321999 or 15848427. OLE color: 15848427.

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

Color convert

RGB235211241-
CMYK0.020.1200.05
HSL288º51.72%88.63%-
HSV(B)288º12.45%94.51%-
XYZ73.4370.692.98-
YUV221.6138.95137.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 211 (82.81% from 255) = 30.71%
BLUE value IS 241 (94.53% from 255) = 35.08%
R=34.21%
G=30.71%
B=35.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352112410.020.1200.0528851.7288.63
HexEBD3F12C051203459
Octal3533233612140544064131
Binary11101011110100111111000110110001011001000001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3F1; }

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

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

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

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

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

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

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

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