#EBD9FE

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

Shades of Blue Chalk #EBD9FE

Tints of Blue Chalk #EBD9FE

Color information

#EBD9FE (or 0xEBD9FE) is unknown color: approx Blue Chalk. HEX triplet: EB, D9 and FE. RGB value is (235,217,254). Sum of RGB (Red+Green+Blue) = 235+217+254=706 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.29% from 706); Green value is 217 (85.16% from 255 or 30.74% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBD9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD9FE is #142601. Grayscale: #E2E2E2. Windows color (decimal): -1320450 or 16701931. OLE color: 16701931.

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

Color convert

RGB235217254-
CMYK0.070.1500.00
HSL269.19º94.87%92.35%-
HSV(B)269.19º14.57%99.61%-
XYZ76.9674.44104.08-
YUV226.6143.46133.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.29%
GREEN value IS 217 (85.16% from 255) = 30.74%
BLUE value IS 254 (99.61% from 255) = 35.98%
R=33.29%
G=30.74%
B=35.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352172540.070.1500.00269.1994.8792.35
HexEBD9FE7F0010d5f5c
Octal35333137671700415137134
Binary11101011110110011111111011111110010000110110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9FE; }

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

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

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

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

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

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

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

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