#E9CDFE

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

Shades of Blue Chalk #E9CDFE

Tints of Blue Chalk #E9CDFE

Color information

#E9CDFE (or 0xE9CDFE) is unknown color: approx Blue Chalk. HEX triplet: E9, CD and FE. RGB value is (233,205,254). Sum of RGB (Red+Green+Blue) = 233+205+254=692 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.67% from 692); Green value is 205 (80.47% from 255 or 29.62% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9CDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CDFE is #163201. Grayscale: #DADADA. Windows color (decimal): -1454594 or 16698857. OLE color: 16698857.

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

Color convert

RGB233205254-
CMYK0.080.1900.00
HSL274.29º96.08%90%-
HSV(B)274.29º19.29%99.61%-
XYZ73.3268.14103.05-
YUV218.96147.78138.02-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.67%
GREEN value IS 205 (80.47% from 255) = 29.62%
BLUE value IS 254 (99.61% from 255) = 36.71%
R=33.67%
G=29.62%
B=36.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332052540.080.1900.00274.2996.0890
HexE9CDFE81300112605a
Octal351315376102300422140132
Binary1110100111001101111111101000100110010001001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDFE; }

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

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

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

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

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

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

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

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