#ECD2FA

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

Shades of Blue Chalk #ECD2FA

Tints of Blue Chalk #ECD2FA

Color information

#ECD2FA (or 0xECD2FA) is unknown color: approx Blue Chalk. HEX triplet: EC, D2 and FA. RGB value is (236,210,250). Sum of RGB (Red+Green+Blue) = 236+210+250=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 210 (82.42% from 255 or 30.17% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECD2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2FA is #132D05. Grayscale: #DEDEDE. Windows color (decimal): -1256710 or 16437996. OLE color: 16437996.

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

Color convert

RGB236210250-
CMYK0.060.1600.02
HSL279º80%90.2%-
HSV(B)279º16%98.04%-
XYZ74.8970.83100.17-
YUV222.33143.61137.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.91%
GREEN value IS 210 (82.42% from 255) = 30.17%
BLUE value IS 250 (98.05% from 255) = 35.92%
R=33.91%
G=30.17%
B=35.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362102500.060.1600.022798090.2
HexECD2FA61002117505a
Octal35432237262002427120132
Binary1110110011010010111110101101000001010001011110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD2FA; }

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

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

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

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

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

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

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

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