#ECDAF8

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

Shades of Blue Chalk #ECDAF8

Tints of Blue Chalk #ECDAF8

Color information

#ECDAF8 (or 0xECDAF8) is unknown color: approx Blue Chalk. HEX triplet: EC, DA and F8. RGB value is (236,218,248). Sum of RGB (Red+Green+Blue) = 236+218+248=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 218 (85.55% from 255 or 31.05% from 702); Blue value is 248 (97.27% from 255 or 35.33% from 702); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECDAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAF8 is #132507. Grayscale: #E2E2E2. Windows color (decimal): -1254664 or 16308972. OLE color: 16308972.

HSL color Cylindrical-coordinate representation of color #ECDAF8: hue angle of 276º degrees, saturation: 0.68, 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 #ECDAF8 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB236218248-
CMYK0.050.1200.03
HSL276º68.18%91.37%-
HSV(B)276º12.1%97.25%-
XYZ76.6174.7599.2-
YUV226.8139.96134.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.62%
GREEN value IS 218 (85.55% from 255) = 31.05%
BLUE value IS 248 (97.27% from 255) = 35.33%
R=33.62%
G=31.05%
B=35.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2362182480.050.1200.0327668.1891.37
HexECDAF85C03114445b
Octal35433237051403424104133
Binary111011001101101011111000101110001110001010010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAF8; }

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

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

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

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

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

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

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

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