#EBD0FE

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

Shades of Blue Chalk #EBD0FE

Tints of Blue Chalk #EBD0FE

Color information

#EBD0FE (or 0xEBD0FE) is unknown color: approx Blue Chalk. HEX triplet: EB, D0 and FE. RGB value is (235,208,254). Sum of RGB (Red+Green+Blue) = 235+208+254=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 208 (81.64% from 255 or 29.84% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBD0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD0FE is #142F01. Grayscale: #DDDDDD. Windows color (decimal): -1322754 or 16699627. OLE color: 16699627.

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

Color convert

RGB235208254-
CMYK0.070.1800.00
HSL275.22º95.83%90.59%-
HSV(B)275.22º18.11%99.61%-
XYZ74.7169.93103.33-
YUV221.32146.45137.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.72%
GREEN value IS 208 (81.64% from 255) = 29.84%
BLUE value IS 254 (99.61% from 255) = 36.44%
R=33.72%
G=29.84%
B=36.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352082540.070.1800.00275.2295.8390.59
HexEBD0FE71200113605b
Octal35332037672200423140133
Binary111010111101000011111110111100100010001001111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0FE; }

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

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

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

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

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

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

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

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