#ECD4FE

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

Shades of Blue Chalk #ECD4FE

Tints of Blue Chalk #ECD4FE

Color information

#ECD4FE (or 0xECD4FE) is unknown color: approx Blue Chalk. HEX triplet: EC, D4 and FE. RGB value is (236,212,254). Sum of RGB (Red+Green+Blue) = 236+212+254=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 212 (83.20% from 255 or 30.20% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECD4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD4FE is #132B01. Grayscale: #DFDFDF. Windows color (decimal): -1256194 or 16700652. OLE color: 16700652.

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

Color convert

RGB236212254-
CMYK0.070.1700.00
HSL274.29º95.45%91.37%-
HSV(B)274.29º16.54%99.61%-
XYZ76.0272.08103.67-
YUV223.96144.95136.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.62%
GREEN value IS 212 (83.20% from 255) = 30.20%
BLUE value IS 254 (99.61% from 255) = 36.18%
R=33.62%
G=30.20%
B=36.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362122540.070.1700.00274.2995.4591.37
HexECD4FE711001125f5b
Octal35432437672100422137133
Binary111011001101010011111110111100010010001001010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD4FE; }

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

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

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

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

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

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

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

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