#ECD0FA

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

Shades of Blue Chalk #ECD0FA

Tints of Blue Chalk #ECD0FA

Color information

#ECD0FA (or 0xECD0FA) is unknown color: approx Blue Chalk. HEX triplet: EC, D0 and FA. RGB value is (236,208,250). Sum of RGB (Red+Green+Blue) = 236+208+250=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 208 (81.64% from 255 or 29.97% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECD0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD0FA is #132F05. Grayscale: #DDDDDD. Windows color (decimal): -1257222 or 16437484. OLE color: 16437484.

HSL color Cylindrical-coordinate representation of color #ECD0FA: hue angle of 280º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECD0FA is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236208250-
CMYK0.060.1700.02
HSL280º80.77%89.8%-
HSV(B)280º16.8%98.04%-
XYZ74.469.85100-
YUV221.16144.28138.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.01%
GREEN value IS 208 (81.64% from 255) = 29.97%
BLUE value IS 250 (98.05% from 255) = 36.02%
R=34.01%
G=29.97%
B=36.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362082500.060.1700.0228080.7789.8
HexECD0FA61102118515a
Octal35432037262102430121132
Binary1110110011010000111110101101000101010001100010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0FA; }

 p { color: rgb(236,208,250); }

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

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

 a { background-color: rgb(236,208,250); }

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

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

 span { border-color: rgb(236,208,250); }

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