#EBD8FC

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

Shades of Blue Chalk #EBD8FC

Tints of Blue Chalk #EBD8FC

Color information

#EBD8FC (or 0xEBD8FC) is unknown color: approx Blue Chalk. HEX triplet: EB, D8 and FC. RGB value is (235,216,252). Sum of RGB (Red+Green+Blue) = 235+216+252=703 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.43% from 703); Green value is 216 (84.77% from 255 or 30.73% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBD8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD8FC is #142703. Grayscale: #E1E1E1. Windows color (decimal): -1320708 or 16570603. OLE color: 16570603.

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

Color convert

RGB235216252-
CMYK0.070.1400.01
HSL271.67º85.71%91.76%-
HSV(B)271.67º14.29%98.82%-
XYZ76.3973.8102.31-
YUV225.78142.79134.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.43%
GREEN value IS 216 (84.77% from 255) = 30.73%
BLUE value IS 252 (98.83% from 255) = 35.85%
R=33.43%
G=30.73%
B=35.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352162520.070.1400.01271.6785.7191.76
HexEBD8FC7E01110565c
Octal35333037471601420126134
Binary11101011110110001111110011111100110001000010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8FC; }

 p { color: rgb(235,216,252); }

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

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

 a { background-color: rgb(235,216,252); }

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

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

 span { border-color: rgb(235,216,252); }

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