#ECD9FF

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

Shades of Blue Chalk #ECD9FF

Tints of Blue Chalk #ECD9FF

Color information

#ECD9FF (or 0xECD9FF) is unknown color: approx Blue Chalk. HEX triplet: EC, D9 and FF. RGB value is (236,217,255). Sum of RGB (Red+Green+Blue) = 236+217+255=708 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.33% from 708); Green value is 217 (85.16% from 255 or 30.65% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECD9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD9FF is #132600. Grayscale: #E2E2E2. Windows color (decimal): -1254913 or 16767468. OLE color: 16767468.

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

Color convert

RGB236217255-
CMYK0.070.1500
HSL270º100%92.55%-
HSV(B)270º14.9%100%-
XYZ77.4574.68104.94-
YUV227.01143.79134.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.33%
GREEN value IS 217 (85.16% from 255) = 30.65%
BLUE value IS 255 (100% from 255) = 36.02%
R=33.33%
G=30.65%
B=36.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362172550.070.150027010092.55
HexECD9FF7F0010e645d
Octal35433137771700416144135
Binary11101100110110011111111111111110010000111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9FF; }

 p { color: rgb(236,217,255); }

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

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

 a { background-color: rgb(236,217,255); }

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

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

 span { border-color: rgb(236,217,255); }

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