#EBD3FB

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

Shades of Blue Chalk #EBD3FB

Tints of Blue Chalk #EBD3FB

Color information

#EBD3FB (or 0xEBD3FB) is unknown color: approx Blue Chalk. HEX triplet: EB, D3 and FB. RGB value is (235,211,251). Sum of RGB (Red+Green+Blue) = 235+211+251=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 211 (82.81% from 255 or 30.27% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBD3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD3FB is #142C04. Grayscale: #DEDEDE. Windows color (decimal): -1321989 or 16503787. OLE color: 16503787.

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

Color convert

RGB235211251-
CMYK0.060.1600.02
HSL276º83.33%90.59%-
HSV(B)276º15.94%98.43%-
XYZ74.9771.22101.06-
YUV222.74143.95136.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.72%
GREEN value IS 211 (82.81% from 255) = 30.27%
BLUE value IS 251 (98.44% from 255) = 36.01%
R=33.72%
G=30.27%
B=36.01%

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
Decimal2352112510.060.1600.0227683.3390.59
HexEBD3FB61002114535b
Octal35332337362002424123133
Binary1110101111010011111110111101000001010001010010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3FB; }

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

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

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

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

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

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

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

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