#EBD0FF

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

Shades of Blue Chalk #EBD0FF

Tints of Blue Chalk #EBD0FF

Color information

#EBD0FF (or 0xEBD0FF) is unknown color: approx Blue Chalk. HEX triplet: EB, D0 and FF. RGB value is (235,208,255). Sum of RGB (Red+Green+Blue) = 235+208+255=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 208 (81.64% from 255 or 29.80% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBD0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD0FF is #142F00. Grayscale: #DDDDDD. Windows color (decimal): -1322753 or 16765163. OLE color: 16765163.

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

Color convert

RGB235208255-
CMYK0.080.1800
HSL274.47º100%90.78%-
HSV(B)274.47º18.43%100%-
XYZ74.8769.99104.17-
YUV221.43146.95137.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.67%
GREEN value IS 208 (81.64% from 255) = 29.80%
BLUE value IS 255 (100% from 255) = 36.53%
R=33.67%
G=29.80%
B=36.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352082550.080.1800274.4710090.78
HexEBD0FF81200112645b
Octal353320377102200422144133
Binary1110101111010000111111111000100100010001001011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0FF; }

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

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

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

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

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

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

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

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