#ECD0FE

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

Shades of Blue Chalk #ECD0FE

Tints of Blue Chalk #ECD0FE

Color information

#ECD0FE (or 0xECD0FE) is unknown color: approx Blue Chalk. HEX triplet: EC, D0 and FE. RGB value is (236,208,254). Sum of RGB (Red+Green+Blue) = 236+208+254=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 208 (81.64% from 255 or 29.80% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECD0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD0FE is #132F01. Grayscale: #DDDDDD. Windows color (decimal): -1257218 or 16699628. OLE color: 16699628.

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

Color convert

RGB236208254-
CMYK0.070.1800.00
HSL276.52º95.83%90.59%-
HSV(B)276.52º18.11%99.61%-
XYZ75.0470.1103.34-
YUV221.62146.28138.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.81%
GREEN value IS 208 (81.64% from 255) = 29.80%
BLUE value IS 254 (99.61% from 255) = 36.39%
R=33.81%
G=29.80%
B=36.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362082540.070.1800.00276.5295.8390.59
HexECD0FE71200115605b
Octal35432037672200425140133
Binary111011001101000011111110111100100010001010111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0FE; }

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

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

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

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

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

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

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

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