#EBD6FD

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

Shades of Blue Chalk #EBD6FD

Tints of Blue Chalk #EBD6FD

Color information

#EBD6FD (or 0xEBD6FD) is unknown color: approx Blue Chalk. HEX triplet: EB, D6 and FD. RGB value is (235,214,253). Sum of RGB (Red+Green+Blue) = 235+214+253=702 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.48% from 702); Green value is 214 (83.98% from 255 or 30.48% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBD6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD6FD is #142902. Grayscale: #E0E0E0. Windows color (decimal): -1321219 or 16635627. OLE color: 16635627.

HSL color Cylindrical-coordinate representation of color #EBD6FD: hue angle of 272.31º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBD6FD is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235214253-
CMYK0.070.1500.01
HSL272.31º90.7%91.57%-
HSV(B)272.31º15.42%99.22%-
XYZ76.0472.85102.98-
YUV224.72143.96135.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.48%
GREEN value IS 214 (83.98% from 255) = 30.48%
BLUE value IS 253 (99.22% from 255) = 36.04%
R=33.48%
G=30.48%
B=36.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352142530.070.1500.01272.3190.791.57
HexEBD6FD7F011105b5c
Octal35332637571701420133134
Binary11101011110101101111110111111110110001000010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6FD; }

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

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

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

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

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

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

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

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