#ECDAF3

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

Shades of Blue Chalk #ECDAF3

Tints of Blue Chalk #ECDAF3

Color information

#ECDAF3 (or 0xECDAF3) is unknown color: approx Blue Chalk. HEX triplet: EC, DA and F3. RGB value is (236,218,243). Sum of RGB (Red+Green+Blue) = 236+218+243=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 243 (95.31% from 255 or 34.86% from 697); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECDAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAF3 is #13250C. Grayscale: #E2E2E2. Windows color (decimal): -1254669 or 15981292. OLE color: 15981292.

HSL color Cylindrical-coordinate representation of color #ECDAF3: hue angle of 283.2º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECDAF3 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236218243-
CMYK0.030.1000.05
HSL283.2º51.02%90.39%-
HSV(B)283.2º10.29%95.29%-
XYZ75.8474.4595.17-
YUV226.23137.46134.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.86%
GREEN value IS 218 (85.55% from 255) = 31.28%
BLUE value IS 243 (95.31% from 255) = 34.86%
R=33.86%
G=31.28%
B=34.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362182430.030.1000.05283.251.0290.39
HexECDAF33A0511b335a
Octal3543323633120543363132
Binary11101100110110101111001111101001011000110111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAF3; }

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

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

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

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

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

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

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

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