#E9CDFA

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

Shades of Blue Chalk #E9CDFA

Tints of Blue Chalk #E9CDFA

Color information

#E9CDFA (or 0xE9CDFA) is unknown color: approx Blue Chalk. HEX triplet: E9, CD and FA. RGB value is (233,205,250). Sum of RGB (Red+Green+Blue) = 233+205+250=688 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.87% from 688); Green value is 205 (80.47% from 255 or 29.80% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9CDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CDFA is #163205. Grayscale: #DADADA. Windows color (decimal): -1454598 or 16436713. OLE color: 16436713.

HSL color Cylindrical-coordinate representation of color #E9CDFA: hue angle of 277.33º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9CDFA is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233205250-
CMYK0.070.1800.02
HSL277.33º81.82%89.22%-
HSV(B)277.33º18%98.04%-
XYZ72.6967.8999.72-
YUV218.5145.78138.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.87%
GREEN value IS 205 (80.47% from 255) = 29.80%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=33.87%
G=29.80%
B=36.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332052500.070.1800.02277.3381.8289.22
HexE9CDFA712021155259
Octal35131537272202425122131
Binary1110100111001101111110101111001001010001010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDFA; }

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

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

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

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

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

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

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

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