#EBD9FF

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

Shades of Blue Chalk #EBD9FF

Tints of Blue Chalk #EBD9FF

Color information

#EBD9FF (or 0xEBD9FF) is unknown color: approx Blue Chalk. HEX triplet: EB, D9 and FF. RGB value is (235,217,255). Sum of RGB (Red+Green+Blue) = 235+217+255=707 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.24% from 707); Green value is 217 (85.16% from 255 or 30.69% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBD9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD9FF is #142600. Grayscale: #E2E2E2. Windows color (decimal): -1320449 or 16767467. OLE color: 16767467.

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

Color convert

RGB235217255-
CMYK0.080.1500
HSL268.42º100%92.55%-
HSV(B)268.42º14.9%100%-
XYZ77.1274.51104.92-
YUV226.71143.96133.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.24%
GREEN value IS 217 (85.16% from 255) = 30.69%
BLUE value IS 255 (100% from 255) = 36.07%
R=33.24%
G=30.69%
B=36.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352172550.080.1500268.4210092.55
HexEBD9FF8F0010c645d
Octal353331377101700414144135
Binary111010111101100111111111100011110010000110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9FF; }

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

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

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

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

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

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

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

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