#ECDAFC

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

Shades of Blue Chalk #ECDAFC

Tints of Blue Chalk #ECDAFC

Color information

#ECDAFC (or 0xECDAFC) is unknown color: approx Blue Chalk. HEX triplet: EC, DA and FC. RGB value is (236,218,252). Sum of RGB (Red+Green+Blue) = 236+218+252=706 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.43% from 706); Green value is 218 (85.55% from 255 or 30.88% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECDAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAFC is #132503. Grayscale: #E3E3E3. Windows color (decimal): -1254660 or 16571116. OLE color: 16571116.

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

Color convert

RGB236218252-
CMYK0.060.1300.01
HSL271.76º85%92.16%-
HSV(B)271.76º13.49%98.82%-
XYZ77.2375102.5-
YUV227.26141.96134.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.43%
GREEN value IS 218 (85.55% from 255) = 30.88%
BLUE value IS 252 (98.83% from 255) = 35.69%
R=33.43%
G=30.88%
B=35.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362182520.060.1300.01271.768592.16
HexECDAFC6D01110555c
Octal35433237461501420125134
Binary11101100110110101111110011011010110001000010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAFC; }

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

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

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

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

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

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

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

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