#E5CDFA

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

Shades of Blue Chalk #E5CDFA

Tints of Blue Chalk #E5CDFA

Color information

#E5CDFA (or 0xE5CDFA) is unknown color: approx Blue Chalk. HEX triplet: E5, CD and FA. RGB value is (229,205,250). Sum of RGB (Red+Green+Blue) = 229+205+250=684 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.48% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5CDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CDFA is #1A3205. Grayscale: #D9D9D9. Windows color (decimal): -1716742 or 16436709. OLE color: 16436709.

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

Color convert

RGB229205250-
CMYK0.080.1800.02
HSL272º81.82%89.22%-
HSV(B)272º18%98.04%-
XYZ71.467.2299.65-
YUV217.31146.45136.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.48%
GREEN value IS 205 (80.47% from 255) = 29.97%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=33.48%
G=29.97%
B=36.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292052500.080.1800.0227281.8289.22
HexE5CDFA812021105259
Octal345315372102202420122131
Binary11100101110011011111101010001001001010001000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CDFA; }

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

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

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

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

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

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

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

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