#EBD6FB

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

Shades of Blue Chalk #EBD6FB

Tints of Blue Chalk #EBD6FB

Color information

#EBD6FB (or 0xEBD6FB) is unknown color: approx Blue Chalk. HEX triplet: EB, D6 and FB. RGB value is (235,214,251). Sum of RGB (Red+Green+Blue) = 235+214+251=700 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.57% from 700); Green value is 214 (83.98% from 255 or 30.57% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBD6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD6FB is #142904. Grayscale: #E0E0E0. Windows color (decimal): -1321221 or 16504555. OLE color: 16504555.

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

Color convert

RGB235214251-
CMYK0.060.1500.02
HSL274.05º82.22%91.18%-
HSV(B)274.05º14.74%98.43%-
XYZ75.7272.72101.31-
YUV224.5142.96135.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.57%
GREEN value IS 214 (83.98% from 255) = 30.57%
BLUE value IS 251 (98.44% from 255) = 35.86%
R=33.57%
G=30.57%
B=35.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352142510.060.1500.02274.0582.2291.18
HexEBD6FB6F02112525b
Octal35332637361702422122133
Binary111010111101011011111011110111101010001001010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6FB; }

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

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

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

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

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

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

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

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