#ECCEFC

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

Shades of Blue Chalk #ECCEFC

Tints of Blue Chalk #ECCEFC

Color information

#ECCEFC (or 0xECCEFC) is unknown color: approx Blue Chalk. HEX triplet: EC, CE and FC. RGB value is (236,206,252). Sum of RGB (Red+Green+Blue) = 236+206+252=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 206 (80.86% from 255 or 29.68% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECCEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCEFC is #133103. Grayscale: #DCDCDC. Windows color (decimal): -1257732 or 16568044. OLE color: 16568044.

HSL color Cylindrical-coordinate representation of color #ECCEFC: hue angle of 279.13º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECCEFC is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236206252-
CMYK0.060.1800.01
HSL279.13º88.46%89.8%-
HSV(B)279.13º18.25%98.82%-
XYZ74.2369101.5-
YUV220.21145.94139.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.01%
GREEN value IS 206 (80.86% from 255) = 29.68%
BLUE value IS 252 (98.83% from 255) = 36.31%
R=34.01%
G=29.68%
B=36.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362062520.060.1800.01279.1388.4689.8
HexECCEFC61201117585a
Octal35431637462201427130132
Binary111011001100111011111100110100100110001011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCEFC; }

 p { color: rgb(236,206,252); }

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

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

 a { background-color: rgb(236,206,252); }

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

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

 span { border-color: rgb(236,206,252); }

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