#EBD5FF

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

Shades of Blue Chalk #EBD5FF

Tints of Blue Chalk #EBD5FF

Color information

#EBD5FF (or 0xEBD5FF) is unknown color: approx Blue Chalk. HEX triplet: EB, D5 and FF. RGB value is (235,213,255). Sum of RGB (Red+Green+Blue) = 235+213+255=703 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.43% from 703); Green value is 213 (83.59% from 255 or 30.30% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBD5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD5FF is #142A00. Grayscale: #E0E0E0. Windows color (decimal): -1321473 or 16766443. OLE color: 16766443.

HSL color Cylindrical-coordinate representation of color #EBD5FF: hue angle of 271.43º 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 #EBD5FF is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235213255-
CMYK0.080.1600
HSL271.43º100%91.76%-
HSV(B)271.43º16.47%100%-
XYZ76.1172.47104.58-
YUV224.37145.29135.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.43%
GREEN value IS 213 (83.59% from 255) = 30.30%
BLUE value IS 255 (100% from 255) = 36.27%
R=33.43%
G=30.30%
B=36.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352132550.080.1600271.4310091.76
HexEBD5FF8100010f645c
Octal353325377102000417144134
Binary1110101111010101111111111000100000010000111111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5FF; }

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

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

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

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

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

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

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

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