#ECDAF9

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

Shades of Blue Chalk #ECDAF9

Tints of Blue Chalk #ECDAF9

Color information

#ECDAF9 (or 0xECDAF9) is unknown color: approx Blue Chalk. HEX triplet: EC, DA and F9. RGB value is (236,218,249). Sum of RGB (Red+Green+Blue) = 236+218+249=703 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.57% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 249 (97.66% from 255 or 35.42% from 703); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECDAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAF9 is #132506. Grayscale: #E2E2E2. Windows color (decimal): -1254663 or 16374508. OLE color: 16374508.

HSL color Cylindrical-coordinate representation of color #ECDAF9: hue angle of 274.84º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECDAF9 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236218249-
CMYK0.050.1200.02
HSL274.84º72.09%91.57%-
HSV(B)274.84º12.45%97.65%-
XYZ76.7674.82100.02-
YUV226.92140.46134.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.57%
GREEN value IS 218 (85.55% from 255) = 31.01%
BLUE value IS 249 (97.66% from 255) = 35.42%
R=33.57%
G=31.01%
B=35.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362182490.050.1200.02274.8472.0991.57
HexECDAF95C02113485c
Octal35433237151402423110134
Binary111011001101101011111001101110001010001001110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAF9; }

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

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

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

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

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

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

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

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