#EBD2F1

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

Shades of Blue Chalk #EBD2F1

Tints of Blue Chalk #EBD2F1

Color information

#EBD2F1 (or 0xEBD2F1) is unknown color: approx Blue Chalk. HEX triplet: EB, D2 and F1. RGB value is (235,210,241). Sum of RGB (Red+Green+Blue) = 235+210+241=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 210 (82.42% from 255 or 30.61% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBD2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD2F1 is #142D0E. Grayscale: #DCDCDC. Windows color (decimal): -1322255 or 15848171. OLE color: 15848171.

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

Color convert

RGB235210241-
CMYK0.020.1300.05
HSL288.39º52.54%88.43%-
HSV(B)288.39º12.86%94.51%-
XYZ73.1870.1192.89-
YUV221.01139.28137.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.26%
GREEN value IS 210 (82.42% from 255) = 30.61%
BLUE value IS 241 (94.53% from 255) = 35.13%
R=34.26%
G=30.61%
B=35.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352102410.020.1300.05288.3952.5488.43
HexEBD2F12D051203558
Octal3533223612150544065130
Binary11101011110100101111000110110101011001000001101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2F1; }

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

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

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

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

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

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

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

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