#EBD8FF

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

Shades of Blue Chalk #EBD8FF

Tints of Blue Chalk #EBD8FF

Color information

#EBD8FF (or 0xEBD8FF) is unknown color: approx Blue Chalk. HEX triplet: EB, D8 and FF. RGB value is (235,216,255). Sum of RGB (Red+Green+Blue) = 235+216+255=706 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.29% from 706); Green value is 216 (84.77% from 255 or 30.59% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBD8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD8FF is #142700. Grayscale: #E1E1E1. Windows color (decimal): -1320705 or 16767211. OLE color: 16767211.

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

Color convert

RGB235216255-
CMYK0.080.1500
HSL269.23º100%92.35%-
HSV(B)269.23º15.29%100%-
XYZ76.8773.99104.84-
YUV226.13144.29134.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.29%
GREEN value IS 216 (84.77% from 255) = 30.59%
BLUE value IS 255 (100% from 255) = 36.12%
R=33.29%
G=30.59%
B=36.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352162550.080.1500269.2310092.35
HexEBD8FF8F0010d645c
Octal353330377101700415144134
Binary111010111101100011111111100011110010000110111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8FF; }

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

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

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

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

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

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

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

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