#EBD1FF

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

Shades of Blue Chalk #EBD1FF

Tints of Blue Chalk #EBD1FF

Color information

#EBD1FF (or 0xEBD1FF) is unknown color: approx Blue Chalk. HEX triplet: EB, D1 and FF. RGB value is (235,209,255). Sum of RGB (Red+Green+Blue) = 235+209+255=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 209 (82.03% from 255 or 29.90% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBD1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD1FF is #142E00. Grayscale: #DDDDDD. Windows color (decimal): -1322497 or 16765419. OLE color: 16765419.

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

Color convert

RGB235209255-
CMYK0.080.1800
HSL273.91º100%90.98%-
HSV(B)273.91º18.04%100%-
XYZ75.1170.48104.25-
YUV222.02146.61137.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.62%
GREEN value IS 209 (82.03% from 255) = 29.90%
BLUE value IS 255 (100% from 255) = 36.48%
R=33.62%
G=29.90%
B=36.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352092550.080.1800273.9110090.98
HexEBD1FF81200112645b
Octal353321377102200422144133
Binary1110101111010001111111111000100100010001001011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1FF; }

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

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

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

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

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

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

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

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