#ECD6FE

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

Shades of Blue Chalk #ECD6FE

Tints of Blue Chalk #ECD6FE

Color information

#ECD6FE (or 0xECD6FE) is unknown color: approx Blue Chalk. HEX triplet: EC, D6 and FE. RGB value is (236,214,254). Sum of RGB (Red+Green+Blue) = 236+214+254=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 214 (83.98% from 255 or 30.40% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECD6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD6FE is #132901. Grayscale: #E1E1E1. Windows color (decimal): -1255682 or 16701164. OLE color: 16701164.

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

Color convert

RGB236214254-
CMYK0.070.1600.00
HSL273º95.24%91.76%-
HSV(B)273º15.75%99.61%-
XYZ76.5373.08103.84-
YUV225.14144.29135.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.52%
GREEN value IS 214 (83.98% from 255) = 30.40%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=33.52%
G=30.40%
B=36.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362142540.070.1600.0027395.2491.76
HexECD6FE710001115f5c
Octal35432637672000421137134
Binary111011001101011011111110111100000010001000110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6FE; }

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

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

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

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

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

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

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

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