#EBD3F6

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

Shades of Blue Chalk #EBD3F6

Tints of Blue Chalk #EBD3F6

Color information

#EBD3F6 (or 0xEBD3F6) is unknown color: approx Blue Chalk. HEX triplet: EB, D3 and F6. RGB value is (235,211,246). Sum of RGB (Red+Green+Blue) = 235+211+246=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 211 (82.81% from 255 or 30.49% from 692); Blue value is 246 (96.48% from 255 or 35.55% from 692); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBD3F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD3F6 is #142C09. Grayscale: #DEDEDE. Windows color (decimal): -1321994 or 16176107. OLE color: 16176107.

HSL color Cylindrical-coordinate representation of color #EBD3F6: hue angle of 281.14º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBD3F6 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235211246-
CMYK0.040.1400.04
HSL281.14º66.04%89.61%-
HSV(B)281.14º14.23%96.47%-
XYZ74.1970.996.96-
YUV222.17141.45137.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.96%
GREEN value IS 211 (82.81% from 255) = 30.49%
BLUE value IS 246 (96.48% from 255) = 35.55%
R=33.96%
G=30.49%
B=35.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352112460.040.1400.04281.1466.0489.61
HexEBD3F64E04119425a
Octal35332336641604431102132
Binary1110101111010011111101101001110010010001100110000101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3F6; }

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

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

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

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

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

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

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

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