#E9D9FE

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

Shades of Blue Chalk #E9D9FE

Tints of Blue Chalk #E9D9FE

Color information

#E9D9FE (or 0xE9D9FE) is unknown color: approx Blue Chalk. HEX triplet: E9, D9 and FE. RGB value is (233,217,254). Sum of RGB (Red+Green+Blue) = 233+217+254=704 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.10% from 704); Green value is 217 (85.16% from 255 or 30.82% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9D9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D9FE is #162601. Grayscale: #E1E1E1. Windows color (decimal): -1451522 or 16701929. OLE color: 16701929.

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

Color convert

RGB233217254-
CMYK0.080.1500.00
HSL265.95º94.87%92.35%-
HSV(B)265.95º14.57%99.61%-
XYZ76.3174.11104.05-
YUV226143.8132.99-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.10%
GREEN value IS 217 (85.16% from 255) = 30.82%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=33.10%
G=30.82%
B=36.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332172540.080.1500.00265.9594.8792.35
HexE9D9FE8F0010a5f5c
Octal351331376101700412137134
Binary111010011101100111111110100011110010000101010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D9FE; }

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

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

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

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

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

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

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

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