#EBD2F9

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

Shades of Blue Chalk #EBD2F9

Tints of Blue Chalk #EBD2F9

Color information

#EBD2F9 (or 0xEBD2F9) is unknown color: approx Blue Chalk. HEX triplet: EB, D2 and F9. RGB value is (235,210,249). Sum of RGB (Red+Green+Blue) = 235+210+249=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 210 (82.42% from 255 or 30.26% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBD2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD2F9 is #142D06. Grayscale: #DDDDDD. Windows color (decimal): -1322247 or 16372459. OLE color: 16372459.

HSL color Cylindrical-coordinate representation of color #EBD2F9: hue angle of 278.46º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBD2F9 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235210249-
CMYK0.060.1600.02
HSL278.46º76.47%90%-
HSV(B)278.46º15.66%97.65%-
XYZ74.4170.5999.33-
YUV221.92143.28137.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.86%
GREEN value IS 210 (82.42% from 255) = 30.26%
BLUE value IS 249 (97.66% from 255) = 35.88%
R=33.86%
G=30.26%
B=35.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352102490.060.1600.02278.4676.4790
HexEBD2F9610021164c5a
Octal35332237162002426114132
Binary1110101111010010111110011101000001010001011010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2F9; }

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

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

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

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

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

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

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

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