#ECDAF7

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

Shades of Blue Chalk #ECDAF7

Tints of Blue Chalk #ECDAF7

Color information

#ECDAF7 (or 0xECDAF7) is unknown color: approx Blue Chalk. HEX triplet: EC, DA and F7. RGB value is (236,218,247). Sum of RGB (Red+Green+Blue) = 236+218+247=701 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.67% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECDAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAF7 is #132508. Grayscale: #E2E2E2. Windows color (decimal): -1254665 or 16243436. OLE color: 16243436.

HSL color Cylindrical-coordinate representation of color #ECDAF7: hue angle of 277.24º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECDAF7 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB236218247-
CMYK0.040.1200.03
HSL277.24º64.44%91.18%-
HSV(B)277.24º11.74%96.86%-
XYZ76.4574.6998.38-
YUV226.69139.46134.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.67%
GREEN value IS 218 (85.55% from 255) = 31.10%
BLUE value IS 247 (96.88% from 255) = 35.24%
R=33.67%
G=31.10%
B=35.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2362182470.040.1200.03277.2464.4491.18
HexECDAF74C03115405b
Octal35433236741403425100133
Binary111011001101101011110111100110001110001010110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAF7; }

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

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

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

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

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

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

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

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