#EBD7FF

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

Shades of Blue Chalk #EBD7FF

Tints of Blue Chalk #EBD7FF

Color information

#EBD7FF (or 0xEBD7FF) is unknown color: approx Blue Chalk. HEX triplet: EB, D7 and FF. RGB value is (235,215,255). Sum of RGB (Red+Green+Blue) = 235+215+255=705 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.33% from 705); Green value is 215 (84.38% from 255 or 30.50% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBD7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD7FF is #142800. Grayscale: #E1E1E1. Windows color (decimal): -1320961 or 16766955. OLE color: 16766955.

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

Color convert

RGB235215255-
CMYK0.080.1600
HSL270º100%92.16%-
HSV(B)270º15.69%100%-
XYZ76.6173.48104.75-
YUV225.54144.63134.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.33%
GREEN value IS 215 (84.38% from 255) = 30.50%
BLUE value IS 255 (100% from 255) = 36.17%
R=33.33%
G=30.50%
B=36.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352152550.080.160027010092.16
HexEBD7FF8100010e645c
Octal353327377102000416144134
Binary1110101111010111111111111000100000010000111011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7FF; }

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

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

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

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

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

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

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

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